diff options
Diffstat (limited to 'lib/rfqs/table/attachment-rfq-sheet.tsx')
| -rw-r--r-- | lib/rfqs/table/attachment-rfq-sheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rfqs/table/attachment-rfq-sheet.tsx b/lib/rfqs/table/attachment-rfq-sheet.tsx index 57a170e1..75235b32 100644 --- a/lib/rfqs/table/attachment-rfq-sheet.tsx +++ b/lib/rfqs/table/attachment-rfq-sheet.tsx @@ -291,7 +291,7 @@ export function RfqAttachmentsSheet({ )} {field.createdAt && ( <span className="text-xs text-muted-foreground"> - Created at {formatDate(field.createdAt)} + Created at {formatDate(field.createdAt, "KR")} </span> )} </div> |
