diff --git a/src/components/Controlbar.tsx b/src/components/Controlbar.tsx index 6988740..fc22766 100644 --- a/src/components/Controlbar.tsx +++ b/src/components/Controlbar.tsx @@ -32,7 +32,7 @@ export default component$(() => { } }) return ( -
+
{ export default component$(({ file }: FileProps) => { return ( -
+
{ file.Base64 && (file.ID.endsWith(".png") || file.ID.endsWith(".jpg") || file.ID.endsWith(".jpeg")) && ( { + return ( +
+ +
+ ); +}); \ No newline at end of file