fix: fixed style and type check issues

This commit is contained in:
TadiosT
2025-06-13 13:20:46 +01:00
parent f4517ef467
commit 602bf07d02
2 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
const { error: feedbackUpload } = await supabase
.from("study_spaces")
.update({
directions: newStudySpaceData.directions,
volume: newStudySpaceData.volume,
wifi: newStudySpaceData.wifi,
power: newStudySpaceData.power,

View File

@@ -166,12 +166,12 @@
</div>
{/each}
<hr />
<div class="subtitle">Directions:</div>
<p class="addrContainer">
{space.directions}
</p>
<div class="subtitle">Where it is:</div>
<p class="addrContainer">
{#if place.name}