feat: sort by location
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user