Reactions: don't add if reactions are empty
This commit is contained in:
@@ -24,6 +24,7 @@ fun MessagesReactionsView(
|
||||
reactionsState: MessagesItemReactionState,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
if(reactionsState.reactions.isEmpty()) return
|
||||
FlowRow(
|
||||
modifier = modifier,
|
||||
mainAxisSpacing = 2.dp,
|
||||
|
||||
Reference in New Issue
Block a user