feat: sort by location

This commit is contained in:
2025-06-12 23:50:24 +01:00
parent ee190d90db
commit ce6c391d81
4 changed files with 115 additions and 7 deletions

View File

@@ -370,7 +370,7 @@
</div>
<label for="openingTimes">Opening times (Optional):</label>
<div class="allDaysTiming">
{#each studySpaceData.opening_times as opening_time, index (index)}
{#each studySpaceData.opening_times as opening_time, index (opening_time)}
<OpeningTimesDay
{index}
bind:openingValue={opening_time.opens_at}