From 1d608e3ba2027474c0872d7614fcf02d243b9638 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 7 Jun 2024 20:36:03 +0200 Subject: Misc: test style --- src/pages/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 521080f..6244ac5 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -45,7 +45,7 @@ export default function Home(props: any) {

Logged in!

{files.map((file: any) => (
-

file: {file.absolute_path}

+

file: {file.absolute_path}

)) } -- cgit 1.4.1