diff --git a/ProjectLighthouse/Pages/Partials/UserCardPartial.cshtml b/ProjectLighthouse/Pages/Partials/UserCardPartial.cshtml index 8a66290f..b2751508 100644 --- a/ProjectLighthouse/Pages/Partials/UserCardPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/UserCardPartial.cshtml @@ -1,4 +1,3 @@ -@using LBPUnion.ProjectLighthouse.Types.Settings @model LBPUnion.ProjectLighthouse.Types.User @{ @@ -31,7 +30,7 @@
@Model.Hearts @Model.Comments - @Model.UsedSlots / @ServerSettings.Instance.EntitledSlots + @Model.UsedSlots @Model.PhotosByMe