Skip to content

Commit

Permalink
Fixes linting
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs committed Jul 25, 2024
1 parent 9f4742e commit e146f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/sidebar/view/base/SecondaryHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export default function SecondaryHeader({
}
{showCloseSidebar &&
<Tooltip title={`Hide Projects${openCloseShortcutString}`}>
<IconButton
size="small"
<IconButton
size="small"
color="primary"
onClick={() => onToggleSidebarOpen(false)}
edge="start"
Expand Down

0 comments on commit e146f9c

Please sign in to comment.