Skip to content

Commit

Permalink
Fix embedded note author name
Browse files Browse the repository at this point in the history
  • Loading branch information
moysa committed Dec 4, 2024
1 parent 39d64ef commit 9ec0c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EmbeddedNote/EmbeddedNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const EmbeddedNote: Component<{
}
>
<span class={styles.userName}>
{verification()[0]}
{userName(props.note?.user)}
</span>
<VerificationCheck user={props.note?.user} />
<span
Expand Down

0 comments on commit 9ec0c95

Please sign in to comment.