fix: fixed style and type check issues
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user