diff --git a/src/element/NoteReaction.js b/src/element/NoteReaction.js index 38a4dd9db..be6d96b88 100644 --- a/src/element/NoteReaction.js +++ b/src/element/NoteReaction.js @@ -39,7 +39,7 @@ export default function NoteReaction(props) { function tagLine() { switch (ev.Kind) { case EventKind.Reaction: return Reacted with {mapReaction(ev.Content)}; - case EventKind.Repost: return Reposted + case EventKind.Repost: return Reposted } }