diff --git a/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-list.tsx b/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-list.tsx index 2b05d71f..07e905ba 100644 --- a/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-list.tsx +++ b/tdrive/frontend/src/app/components/file-uploads/pending-root-components/pending-root-list.tsx @@ -32,14 +32,14 @@ const ModalHeader: React.FC = ({ modalExpanded, }) => (
-

+

{uploadingCount > 0 ? `${Languages.t('general.uploading')} ${uploadingCount}` : `${Languages.t('general.uploaded')} ${completedCount}`}{' '} {Languages.t('general.files')}

)} + ) : ( + + + )}