From 5f1e484f9edfb742b4647c5c3127df93230d5d35 Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 2 Apr 2022 16:54:49 -0400 Subject: [PATCH] Remove max slot count from user card Resolves #260 --- ProjectLighthouse/Pages/Partials/UserCardPartial.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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