Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Apr 11, 2024
1 parent 8ccaae6 commit 012d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WordCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function WordCard(props: WordCardProps): ReactElement {
{!full && (
<>
<AudioSummary count={audio.length} />
{!!note.text && <EntryNote noteText={note.text} />}
{!!note.text && <NoteButton noteText={note.text} />}
{flag.active && <FlagButton flag={flag} />}
</>
)}
Expand Down

0 comments on commit 012d468

Please sign in to comment.