note creator button and reply adjustments
This commit is contained in:
@ -63,7 +63,7 @@ export default function NoteReaction(props) {
|
||||
const root = extractRoot();
|
||||
const opt = {
|
||||
showHeader: ev?.Kind === EventKind.Repost,
|
||||
showFooter: false,
|
||||
showFooter: ev?.Kind === EventKind.Repost,
|
||||
};
|
||||
return (
|
||||
<div className="reaction">
|
||||
|
Reference in New Issue
Block a user