diff --git a/client/src/App.tsx b/client/src/App.tsx
index 5e86c82..530306b 100644
--- a/client/src/App.tsx
+++ b/client/src/App.tsx
@@ -553,7 +553,7 @@ function App() {
}}
tabIndex={0}
role="button"
- > ({userPayload.note})}
+ > ({userPayload.note}) }
{login === auth.login && canChangeChoice &&
{
setNoteModalOpen(true);