diff --git a/Iceshrimp.Frontend/Components/ProfileInfo.razor b/Iceshrimp.Frontend/Components/ProfileInfo.razor index 234c1498..eb9b4256 100644 --- a/Iceshrimp.Frontend/Components/ProfileInfo.razor +++ b/Iceshrimp.Frontend/Components/ProfileInfo.razor @@ -71,7 +71,7 @@ @UserProfile.Location } - @if (UserProfile.Pronouns != null) + @if (UserProfile.Pronouns != null && UserProfile.Pronouns.Count != 0) {