Skip to content

Commit

Permalink
fix: condition not needed for protocol display in group conversation …
Browse files Browse the repository at this point in the history
…(WPB-15205) (#3775)
  • Loading branch information
yamilmedina authored Dec 30, 2024
1 parent 58d3802 commit 41d14bf
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,10 @@ fun GroupConversationSettings(
onCheckedChange = onReadReceiptSwitchClicked
)
}
if (state.mlsEnabled) {
item {
ConversationProtocolDetails(
protocolInfo = state.protocolInfo
)
}
item {
ConversationProtocolDetails(
protocolInfo = state.protocolInfo
)
}
}
}
Expand Down

0 comments on commit 41d14bf

Please sign in to comment.