Fix login bug. Improve reservations
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
)
|
||||
"
|
||||
>
|
||||
{{ getUserName(reservation.user) || 'loading...' }}
|
||||
{{ getUserName(reservation.user) || 'loading...' }}<br />
|
||||
{{ reservation.reason }}
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user