Skip to content

Commit 6718f50

Browse files
committed
refactor(Layout): remove unused variable
1 parent 8452b14 commit 6718f50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/ui/partials/Layout.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ class Layout extends Component {
142142
const controls = {
143143
toggleModal: this.toggleMobileMenu
144144
};
145-
const conditions = {
146-
hasMobileMenu
147-
};
148145

149146
return (
150147
<SharedHexContext.Provider

0 commit comments

Comments
 (0)