chore: remove profile OnlyZaps

This commit is contained in:
2023-04-25 10:15:15 +01:00
parent 9258253f65
commit 5ec7c1a765
3 changed files with 1 additions and 15 deletions

View File

@ -264,7 +264,7 @@ export default function NoteFooter(props: NoteFooterProps) {
}
function reactionIcons() {
if (!prefs.enableReactions || author?.reactions === false) {
if (!prefs.enableReactions) {
return null;
}
return (