Skip to content

Commit

Permalink
fix: suites state with empty picked browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Sep 4, 2023
1 parent af89342 commit 3a7cf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/static/modules/reducers/tree/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {findLast} from 'lodash';
import {findLast, isEmpty} from 'lodash';
import {produce} from 'immer';
import actionNames from '../../action-names';
import {
Expand Down

0 comments on commit 3a7cf13

Please sign in to comment.