diff --git a/src/components/@shared/FileIcon/index.tsx b/src/components/@shared/FileIcon/index.tsx index 562f39a43..84dafea8e 100644 --- a/src/components/@shared/FileIcon/index.tsx +++ b/src/components/@shared/FileIcon/index.tsx @@ -40,6 +40,9 @@ export default function FileIcon({ ? filesize(Number(file.contentLength)).toString() : ''} +
  • + {file.type === 'smartcontract' ? 'smart\ncontract' : file.type} +
  • ) : (
  • No file info available