Prettier fixes
Signed-off-by: Jonathan Ash <jonathan-ash@users.noreply.github.com>
This commit is contained in:
@@ -86,7 +86,7 @@ const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) =>
|
||||
};
|
||||
},
|
||||
{ name: 'BackstageSidebar' },
|
||||
)
|
||||
);
|
||||
|
||||
enum State {
|
||||
Closed,
|
||||
|
||||
@@ -59,7 +59,7 @@ type OverlayMenuProps = {
|
||||
children?: React.ReactNode;
|
||||
};
|
||||
|
||||
const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) =>
|
||||
const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) =>
|
||||
makeStyles<BackstageTheme>(theme => {
|
||||
return {
|
||||
root: {
|
||||
@@ -99,7 +99,7 @@ const useStyles = ({ sidebarConfig }: { sidebarConfig: SidebarConfig }) =>
|
||||
marginBottom: `${sidebarConfig.mobileSidebarHeight}px`,
|
||||
},
|
||||
};
|
||||
})
|
||||
});
|
||||
|
||||
const sortSidebarGroupsForPriority = (children: React.ReactElement[]) =>
|
||||
orderBy(
|
||||
|
||||
Reference in New Issue
Block a user