Fix login bug. Improve reservations

This commit is contained in:
2024-05-21 16:32:31 -04:00
parent 737de91bbc
commit cd692a6f3b
10 changed files with 103 additions and 81 deletions

View File

@@ -52,7 +52,8 @@
)
"
>
{{ getUserName(reservation.user) || 'loading...' }}
{{ getUserName(reservation.user) || 'loading...' }}<br />
{{ reservation.reason }}
</div>
</div>
</template>