Skip to content

Commit

Permalink
Fix typecheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Apr 4, 2024
1 parent ff5e3b5 commit 1307ccf
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,7 @@ export function AccountMenuModal({
margin: '10px 0',
}}
>
<Button
style={{
...buttonStyle,
display: isEditingTitle ? 'none' : undefined,
}}
onClick={_onEditNotes}
>
<Button style={buttonStyle} onClick={_onEditNotes}>
<SvgNotesPaper width={20} height={20} style={{ paddingRight: 5 }} />
Edit notes
</Button>
Expand Down

0 comments on commit 1307ccf

Please sign in to comment.