diff --git a/packages/core-components/src/layout/Sidebar/Bar.tsx b/packages/core-components/src/layout/Sidebar/Bar.tsx index 025f0e2c3e..c17ea56aef 100644 --- a/packages/core-components/src/layout/Sidebar/Bar.tsx +++ b/packages/core-components/src/layout/Sidebar/Bar.tsx @@ -86,7 +86,7 @@ const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) => }; }, { name: 'BackstageSidebar' }, - ) + ); enum State { Closed, diff --git a/packages/core-components/src/layout/Sidebar/MobileSidebar.tsx b/packages/core-components/src/layout/Sidebar/MobileSidebar.tsx index 8bf5198ea8..2e34eefd54 100644 --- a/packages/core-components/src/layout/Sidebar/MobileSidebar.tsx +++ b/packages/core-components/src/layout/Sidebar/MobileSidebar.tsx @@ -59,7 +59,7 @@ type OverlayMenuProps = { children?: React.ReactNode; }; -const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) => +const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) => makeStyles(theme => { return { root: { @@ -99,7 +99,7 @@ const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) => marginBottom: `${sidebarConfig.mobileSidebarHeight}px`, }, }; - }) + }); const sortSidebarGroupsForPriority = (children: React.ReactElement[]) => orderBy(