diff --git a/src/components/WordCard/index.tsx b/src/components/WordCard/index.tsx index c77bbe0791..f5249ea85a 100644 --- a/src/components/WordCard/index.tsx +++ b/src/components/WordCard/index.tsx @@ -60,7 +60,7 @@ export default function WordCard(props: WordCardProps): ReactElement { {!full && ( <> - {!!note.text && } + {!!note.text && } {flag.active && } )}