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 committed Jan 9, 2025
1 parent 0e086d0 commit b2404af
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,10 @@ fun GroupConversationSettings(
onCheckedChange = onReadReceiptSwitchClicked
)
}
if (state.mlsEnabled) {
item {
ConversationProtocolDetails(
protocolInfo = state.protocolInfo
)
}
item {
ConversationProtocolDetails(
protocolInfo = state.protocolInfo
)
}
}
}
Expand Down

0 comments on commit b2404af

Please sign in to comment.