Revert "Use `guard` (IOS-192)"

This reverts commit 64dc97ab9b.
This commit is contained in:
Nathan Mattes 2024-01-31 22:49:56 +01:00
parent b2dbcc8095
commit 53973bb4d9
1 changed files with 1 additions and 1 deletions

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
}