Skip to content

Commit

Permalink
Typo enum UserStatus
Browse files Browse the repository at this point in the history
Co-authored-by: Kilian Koeltzsch <[email protected]>
  • Loading branch information
stefanhofman and kiliankoe authored Mar 31, 2021
1 parent 5b2f0f3 commit 67c2fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nio/NewConversation/NewConversationView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ struct NewConversationView: View {
|| (roomName.isEmpty && users.count > 1)
|| usersVerified.contains(UserStatus.notValid)
|| usersVerified.contains(UserStatus.retrieving)
|| usersVerified.contains(UserStatus.unkown)
|| usersVerified.contains(UserStatus.unknown)
)

Spacer()
Expand Down

0 comments on commit 67c2fe2

Please sign in to comment.