2
2
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:
Nathan Mattes 2024-01-31 22:49:56 +01:00
parent b2dbcc8095
commit 53973bb4d9

View File

@ -221,7 +221,7 @@ extension ProfileViewController {
}
}
guard self.viewModel.account.suspended == false else {
if let suspended = self.viewModel.account.suspended, suspended == true {
return
}