Skip to content

Commit 081db07

Browse files
committed
Update seat analysis viewer to display "Assigned But Not Used" message
1 parent e09d334 commit 081db07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SeatsAnalysisViewer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<v-card-item class="d-flex justify-center align-center">
1818
<div class="tiles-text">
1919
<div class="text-overline mb-1" style="visibility: hidden;">filler</div>
20-
<div class="text-h6 mb-1">Assigned But Never Used</div>
20+
<div class="text-h6 mb-1">Assigned But Not Used</div>
2121
<div class="text-caption">
22-
No show seats
22+
No show seats in the past 28 days
2323
</div>
2424
<p class="text-h4">{{ NoshowSeats.length }}</p>
2525
</div>

0 commit comments

Comments
 (0)