From 2318cf7a1f34aba6be88b7159cc0393c72ccc90a Mon Sep 17 00:00:00 2001 From: HazelGrant Date: Fri, 13 Dec 2024 08:28:04 -0500 Subject: [PATCH] Small refactor --- apps/dashboard/app/javascript/files/data_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/app/javascript/files/data_table.js b/apps/dashboard/app/javascript/files/data_table.js index 0294e2baf..cb7c0a4d4 100644 --- a/apps/dashboard/app/javascript/files/data_table.js +++ b/apps/dashboard/app/javascript/files/data_table.js @@ -223,7 +223,7 @@ class DataTable { orderable: false, defaultContent: '', render: (data, type, row, meta) => { - return ""; + return ``; } }, { data: 'type', render: (data, type, row, meta) => data == 'd' ? ' dir' : ' file' }, // type