Update PromotionDetailsModal.tsx
This commit is contained in:
@@ -371,16 +371,10 @@ export default function PromotionDetailsModal({
|
||||
<CardTitle className="text-sm font-medium text-muted-foreground">Additional Information</CardTitle>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 gap-4 text-sm">
|
||||
<div>
|
||||
<div className="text-sm">
|
||||
<label className="font-medium text-muted-foreground">Created</label>
|
||||
<p>{formatDate(promotion.createdAt)}</p>
|
||||
</div>
|
||||
<div>
|
||||
<label className="font-medium text-muted-foreground">Last Updated</label>
|
||||
<p>{formatDate(promotion.updatedAt)}</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user