Skip to content

Commit

Permalink
add available lockers stat
Browse files Browse the repository at this point in the history
  • Loading branch information
birdpump committed May 1, 2024
1 parent 1bfef2b commit 6d6eedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(admin)/admin/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<div class="num-stat-subcont-title">Registered Lockers</div>
<div class="num-stat-big-text">{$statStore.regLockers ? $statStore.regLockers : ''}</div>
<div class="num-stat-subcont-title">
Capacity: {$statStore.totalLockers ? $statStore.totalLockers : ''}</div>
Available: {$statStore.availableLockers ? $statStore.availableLockers : ''}</div>
</div>
</div>
<div class="grid-element-1">
Expand Down

0 comments on commit 6d6eedc

Please sign in to comment.