diff --git a/Iceshrimp.Frontend/Components/NotificationComponent.razor b/Iceshrimp.Frontend/Components/NotificationComponent.razor index f1271204..e70733a6 100644 --- a/Iceshrimp.Frontend/Components/NotificationComponent.razor +++ b/Iceshrimp.Frontend/Components/NotificationComponent.razor @@ -19,7 +19,9 @@
@if (NotificationResponse is { User: not null }) { - @(NotificationResponse.User.DisplayName ?? NotificationResponse.User.Username) + + + } @switch (NotificationResponse)