diff --git a/src/components/Controlbar.tsx b/src/components/Controlbar.tsx index fc22766..1e7911d 100644 --- a/src/components/Controlbar.tsx +++ b/src/components/Controlbar.tsx @@ -32,7 +32,7 @@ export default component$(() => { } }) return ( -
- {file.ID.split("_").slice(1).join("_") || "Untitled"} + { file.ID.split("_").slice(1).join("_") || "Untitled" }
Uploaded on {new Date(file.CreatedAt).toLocaleDateString()}
+Uploaded on { new Date(file.CreatedAt).toLocaleDateString() }