Bugfixes, simplifications
This commit is contained in:
@@ -14,7 +14,7 @@ struct AllNotesScreen: View {
|
||||
@State private var ownPeer: OwnPeer?
|
||||
|
||||
var isUsernameValid: Bool {
|
||||
username.map(\.isEmpty) ?? false
|
||||
!(username.map(\.isEmpty) ?? true)
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user