From 1d4ce8ab2578e77ca453daf74d89fe26172fe302 Mon Sep 17 00:00:00 2001 From: ori raisfeld Date: Tue, 26 Mar 2024 12:01:19 +0200 Subject: [PATCH] removes '/' from the location --- src/pages/main_page/internal_apps/apps/file_system.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/main_page/internal_apps/apps/file_system.tsx b/src/pages/main_page/internal_apps/apps/file_system.tsx index e104f2f..f908847 100644 --- a/src/pages/main_page/internal_apps/apps/file_system.tsx +++ b/src/pages/main_page/internal_apps/apps/file_system.tsx @@ -109,7 +109,7 @@ function file_system() : [JSX.Element, React.Dispatch await upload_file(update_fs, set_files)}>upload file ; let Application =
-

/{location}/

+

{location}

let app_html =
{Application}