fix: Fixed type and style errors.

Co-Authored By: Caspar Asaam <caspar@dyn3159-95.wlan.ic.ac.uk>
This commit is contained in:
TadiosT
2025-06-12 00:48:49 +01:00
parent 2c8d7e00b5
commit 8de3d9d48c
2 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
const { supabase } = $derived(data);
const { space, images } = $derived(data);
const studySpaceData = $state({
const studySpaceData = $derived({
...space
});