Skip to content

Commit

Permalink
Fix lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindparappil46 committed Sep 20, 2024
1 parent 0641fc0 commit 7767a72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ export const Sidebar: FC = () => {
<IconButton
label="Quit Atlassify"
icon={(iconProps) => (
<CrossCircleIcon {...iconProps} size="medium" />
<CrossCircleIcon
{...iconProps}
size="medium"
/>
)}
shape="circle"
onClick={() => quitApp()}
Expand Down

0 comments on commit 7767a72

Please sign in to comment.