diff --git a/fileManager.js b/fileManager.js index c79e115..1a71d15 100644 --- a/fileManager.js +++ b/fileManager.js @@ -185,11 +185,11 @@ export function renderFileTable(folder) { // Build the preview button HTML string using the file's properties directly. const previewButton = isImage - ? `` - : ""; - + ? `` + : ""; + tableBody += `