From 7c1a2ede51d47bcfa628b1e8b69a9e2b5ebb08ef Mon Sep 17 00:00:00 2001 From: Akmal Isomadinov Date: Thu, 27 Jun 2024 15:25:39 +0500 Subject: [PATCH] Client:Pages:Home:Section:FilesRowContent Fixed bug 68831 --- .../src/pages/Home/Section/Body/RowsView/FilesRowContent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js b/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js index 7d8c3e0dbe..8132db3ff6 100644 --- a/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js +++ b/packages/client/src/pages/Home/Section/Body/RowsView/FilesRowContent.js @@ -283,7 +283,7 @@ const FilesRowContent = ({ return value; } - if (!fileExst && !contentLength && !providerKey && !isMobile()) + if (!fileExst && !contentLength && !providerKey) return `${foldersCount} ${t("Translations:Folders")} | ${filesCount} ${t( "Translations:Files", )}`;