diff --git a/Mastodon/Scene/Profile/ProfileViewController.swift b/Mastodon/Scene/Profile/ProfileViewController.swift index baa846bce..fdca816ec 100644 --- a/Mastodon/Scene/Profile/ProfileViewController.swift +++ b/Mastodon/Scene/Profile/ProfileViewController.swift @@ -221,7 +221,7 @@ extension ProfileViewController { } } - guard self.viewModel.account.suspended == false else { + if let suspended = self.viewModel.account.suspended, suspended == true { return }