@@ -36,13 +37,7 @@ const HamburgerMenu = React.memo
(props => {
{opened ? : }
- {/* */}
-
-
+
);
});
@@ -55,4 +50,4 @@ const mapStateToDispatch = (dispatch: Dispatch, props: Props) => ({
toggleSwipeableDrawer: () => dispatch(toggleSwipeableDrawer(props.variant))
});
-export default connect