Skip to content

Commit 3f1666c

Browse files
committed
Fixup negative if structure
1 parent 767d1ef commit 3f1666c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/lib/hash-parser-hoc.jsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ import {
99
setProjectId
1010
} from '../reducers/project-state';
1111

12-
import {
13-
closePreviewInfo
14-
} from '../reducers/modals';
12+
import {closePreviewInfo} from '../reducers/modals';
1513

1614
/* Higher Order Component to get the project id from location.hash
1715
* @param {React.Component} WrappedComponent: component to render

0 commit comments

Comments
 (0)