From 7f86c352e3e0376562b93beeb944f5e1e15e85b3 Mon Sep 17 00:00:00 2001 From: C4illin Date: Mon, 2 Jun 2025 15:50:17 +0200 Subject: [PATCH] chore: format --- src/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 6514ed0..06f6ca9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1218,7 +1218,7 @@ const app = new Elysia({ {userJobs.map((job) => ( <> - + {job.files_detailed.map( - (file: Filename, index: number) => ( + (file: Filename) => (