mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Remove verify session button for other sessions when the current session is unverified
This commit is contained in:
@@ -81,7 +81,7 @@ struct UserSessionCardView: View {
|
||||
}
|
||||
}
|
||||
|
||||
if viewData.verificationState != .verified {
|
||||
if viewData.verificationState == .unverified {
|
||||
Button {
|
||||
onVerifyAction?(viewData.sessionId)
|
||||
} label: {
|
||||
|
||||
Reference in New Issue
Block a user