first pass of promotions list view
This commit is contained in:
@@ -104,7 +104,7 @@ function formatDate(date: Date): string {
|
||||
:class="{ 'bg-muted/50 border-t-0': hoverID === index }">
|
||||
<TableCell :colspan="8" class="p-0">
|
||||
<div class="w-full p-2 mb-6 space-y-3">
|
||||
<PromotionListDay :date="batch.entry_day"></PromotionListDay>
|
||||
<PromotionListDay :date="new Date(batch.entry_day)"></PromotionListDay>
|
||||
</div>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
|
||||
Reference in New Issue
Block a user