fix(events): clarify scan-tickets "Remaining" stat as "Not scanned" #116
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ function fmtTime(iso: string) {
|
||||||
<p class="text-2xl font-bold text-foreground">
|
<p class="text-2xl font-bold text-foreground">
|
||||||
{{ remainingCount ?? '—' }}
|
{{ remainingCount ?? '—' }}
|
||||||
</p>
|
</p>
|
||||||
<p class="text-[10px] uppercase tracking-wide text-muted-foreground mt-1">Remaining</p>
|
<p class="text-[10px] uppercase tracking-wide text-muted-foreground mt-1">Not scanned</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue