UI refactor
This commit is contained in:
@ -44,13 +44,6 @@ export default function NoteReaction(props: NoteReactionProps) {
|
||||
}
|
||||
}
|
||||
|
||||
function tagLine() {
|
||||
switch (ev.Kind) {
|
||||
case EventKind.Reaction: return <small className="reaction-text">reacted with {mapReaction(ev.Content)}</small>;
|
||||
case EventKind.Repost: return <small className="reaction-text">reposted</small>
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Some clients embed the reposted note in the content
|
||||
*/
|
||||
|
Reference in New Issue
Block a user