Skip to content

Commit

Permalink
fix: remove parantheses for encryptedIcon (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenjohanson authored Sep 11, 2024
1 parent 70a1528 commit 0585dd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions excalidraw-app/components/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export const AppFooter = React.memo(() => {
alignItems: "center",
}}
>
(
<EncryptedIcon />)
<EncryptedIcon />
</div>
</Footer>
);
Expand Down

0 comments on commit 0585dd3

Please sign in to comment.