website refactor
This commit is contained in:
@@ -13,7 +13,7 @@ interface Protest {
|
||||
protestingDriver: string;
|
||||
accusedDriver: string;
|
||||
description: string;
|
||||
submittedAt: string;
|
||||
formattedSubmittedAt: string;
|
||||
status: 'pending' | 'under_review' | 'resolved' | 'rejected';
|
||||
}
|
||||
|
||||
@@ -63,7 +63,7 @@ export function StewardingQueuePanel({ protests, onReview }: StewardingQueuePane
|
||||
<Stack direction="row" align="center" gap={1.5}>
|
||||
<Icon icon={Clock} size={3} color="text-gray-600" />
|
||||
<Text size="xs" color="text-gray-500">
|
||||
{new Date(protest.submittedAt).toLocaleString()}
|
||||
{protest.formattedSubmittedAt}
|
||||
</Text>
|
||||
</Stack>
|
||||
</Stack>
|
||||
|
||||
Reference in New Issue
Block a user