fix issue

This commit is contained in:
Marshal
2026-08-20 04:27:16 +00:00
committed by Hagernesh
parent 8466aff33d
commit e97e874bd1

View File

@@ -623,11 +623,6 @@ function DocReviewCard({
<Text fz="12px" c="edr-muted" truncate>
{hasFile ? doc.file!.name : "Not uploaded by customer"}
</Text>
{hasFile && doc.uploadedAt ? (
<Text fz="11px" c="dimmed">
Uploaded {formatDateTime(doc.uploadedAt)}
</Text>
) : null}
</Box>
</Group>