mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Revert "Use guard
(IOS-192)"
This reverts commit 64dc97ab9bb50041146777248885a67dc1fcf73b.
This commit is contained in:
parent
b2dbcc8095
commit
53973bb4d9
@ -221,7 +221,7 @@ extension ProfileViewController {
|
||||
}
|
||||
}
|
||||
|
||||
guard self.viewModel.account.suspended == false else {
|
||||
if let suspended = self.viewModel.account.suspended, suspended == true {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user