Skip to content

Commit

Permalink
feat: adjust designs
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Aug 13, 2024
1 parent 4cd14be commit 04b12a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ private fun Content(

Crossfade(targetState = tabItems to state, label = "OtherUserProfile") { (tabItems, state) ->
Column {
if (!state.isDataLoading) {
if (!state.isDataLoading && !state.isTemporaryUser()) {
OtherUserConnectionStatusInfo(state.connectionState, state.membership)
OtherUserConnectionUnverifiedWarning(state.fullName, state.connectionState)
}
Expand Down

0 comments on commit 04b12a0

Please sign in to comment.