Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Jul 10, 2024
1 parent e124693 commit cfb1e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class NotesPlain extends React.Component<Props, State> {
}

renderButton = (canAddNote: boolean) => {
const { smallMainButton, classes } = this.props;
const { smallMainButton } = this.props;
return (
<div
data-test="new-note-button"
Expand Down

0 comments on commit cfb1e55

Please sign in to comment.