Client:Pages:Home:Section:FilesRowContent Fixed bug 68831

This commit is contained in:
Akmal Isomadinov 2024-06-27 15:25:39 +05:00
parent fa745ff8cc
commit 7c1a2ede51

View File

@ -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",
)}`;