Skip to content

Commit

Permalink
Merge branch 'ap/sidebar-toggle' of https://github.com/apapadopoulou/…
Browse files Browse the repository at this point in the history
…storybook into ap/sidebar-toggle
  • Loading branch information
apapadopoulou committed Jun 29, 2021
2 parents 4251302 + 529cc4d commit f96a930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/src/components/preview/tools/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const menuTool: Addon = {
<>
<Consumer filter={menuMapper}>
{({ isVisible, toggle }) =>
isVisible && (
!isVisible && (
<>
<IconButton
aria-label="Show sidebar"
Expand Down

0 comments on commit f96a930

Please sign in to comment.