diff --git a/Iceshrimp.Frontend/Components/UserProfileCard.razor b/Iceshrimp.Frontend/Components/UserProfileCard.razor index 736c198c..94dea746 100644 --- a/Iceshrimp.Frontend/Components/UserProfileCard.razor +++ b/Iceshrimp.Frontend/Components/UserProfileCard.razor @@ -1,9 +1,10 @@ @inject ApiService Api; @using Iceshrimp.Frontend.Core.Services @using Iceshrimp.Shared.Schemas.Web +@inject NavigationManager NavigationManager; @if (UserProfile != null) { -