diff --git a/client/src/components/themes/FilesAndThemes.js b/client/src/components/themes/FilesAndThemes.js index b25e020..f34c79c 100644 --- a/client/src/components/themes/FilesAndThemes.js +++ b/client/src/components/themes/FilesAndThemes.js @@ -266,55 +266,6 @@ function FilesAndThemes({ backgroundTheme, setBackgroundTheme, hasImageBackgroun - - {/* Uploaded Files List */} -
No files uploaded yet.
- ) : ( -Size: {FileUtils.formatFileSize(file.size)}
-Type: {file.type}
-Theme: {file.backgroundTheme}
-Uploaded: {new Date(file.uploadedAt).toLocaleString()}
-