Skip to content

Commit 88e40e0

Browse files
authored
Update FileCard.tsx
1 parent 72df76d commit 88e40e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileCard/FileCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const FileCard: React.FC<FileCardProps> = (props: FileCardProps) => {
315315
>
316316
<div className={"file-card-name"}>{localName}</div>
317317
<div className={"file-card-size"}>{sizeFormatted}</div>
318-
<div className={"file-card-size"}>{shrinkWord(localType)}</div>
318+
<div className={"file-card-size"}>{localType}</div>
319319
</div>
320320
</div>
321321
</Layer>

0 commit comments

Comments
 (0)