From 49f1b50f80b6df9fb6cda14dad85d9d46a08fde5 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 10 Mar 2025 11:31:48 -0400 Subject: [PATCH] small fix --- fileManager.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 += `