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 const { error: feedbackUpload } = await supabase
.from("study_spaces") .from("study_spaces")
.update({ .update({
directions: newStudySpaceData.directions,
volume: newStudySpaceData.volume, volume: newStudySpaceData.volume,
wifi: newStudySpaceData.wifi, wifi: newStudySpaceData.wifi,
power: newStudySpaceData.power, power: newStudySpaceData.power,

View File

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