mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
fix issue
This commit is contained in:
@@ -623,11 +623,6 @@ function DocReviewCard({
|
|||||||
<Text fz="12px" c="edr-muted" truncate>
|
<Text fz="12px" c="edr-muted" truncate>
|
||||||
{hasFile ? doc.file!.name : "Not uploaded by customer"}
|
{hasFile ? doc.file!.name : "Not uploaded by customer"}
|
||||||
</Text>
|
</Text>
|
||||||
{hasFile && doc.uploadedAt ? (
|
|
||||||
<Text fz="11px" c="dimmed">
|
|
||||||
Uploaded {formatDateTime(doc.uploadedAt)}
|
|
||||||
</Text>
|
|
||||||
) : null}
|
|
||||||
</Box>
|
</Box>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user