Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zone-live committed Sep 18, 2024
1 parent a6d6b98 commit 8bd8283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const NoteToTrader: React.FC = () => {
return () => clearTimeout(timer);
}, [noteText]);

return isNoteToTraderSupported && !isSignature? (
return isNoteToTraderSupported && !isSignature ? (
<Box
backgroundColor={BackgroundColor.backgroundDefault}
borderRadius={BorderRadius.MD}
Expand Down

0 comments on commit 8bd8283

Please sign in to comment.