diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt index 3e5573403..67a1cd522 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/note/NoteCompose.kt @@ -504,10 +504,7 @@ fun InnerNoteWithReactions( if (isNotRepost) { if (makeItShort) { - if (!isBoostedNote) { - } else { - Spacer(modifier = DoubleVertSpacer) - } + Spacer(modifier = DoubleVertSpacer) } else { ReactionsRow( baseNote = baseNote,