diff --git a/src/BirdsiteLive/Views/Users/Index.cshtml b/src/BirdsiteLive/Views/Users/Index.cshtml
index 2ff2ce3..eba3079 100644
--- a/src/BirdsiteLive/Views/Users/Index.cshtml
+++ b/src/BirdsiteLive/Views/Users/Index.cshtml
@@ -31,13 +31,7 @@
- @if (ViewData.Model.Protected)
- {
-
- This account is protected, BirdsiteLIVE cannot fetch their tweets and will not provide follow support until it is unprotected again.
-
- }
- else if (ViewData.Model.Deleted)
+ @if (ViewData.Model.Deleted)
{
}
+ else if (ViewData.Model.Protected)
+ {
+
+ This account is protected, BirdsiteLIVE cannot fetch their tweets and will not provide follow support until it is unprotected again.
+
+ }
else
{