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