diff --git a/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx b/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx index fa3613ed..8f81b799 100644 --- a/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx +++ b/tdrive/frontend/src/app/views/client/body/drive/documents/document-row.tsx @@ -78,16 +78,16 @@ export const DocumentRow = ({ fallback={} /> -
- {item.name} +
+ {item.name}
-
- {hasAnyPublicLinkAccess(item) && } +
+ {hasAnyPublicLinkAccess(item) && }
-
+
{formatDateShort(item?.last_version_cache?.date_added)}
-
+
{formatBytes(item.size)}
{FeatureTogglesService.isActiveFeatureName(FeatureNames.COMPANY_AV_ENABLED) && ( @@ -101,7 +101,7 @@ export const DocumentRow = ({
)} -
+