added quote to schedule loader
This commit is contained in:
parent
be580270ba
commit
23769de95c
2 changed files with 2 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="p-5 sm:p-0">
|
||||
<LoadingIcon v-if="loading" />
|
||||
<LoadingIcon v-if="loading" show-quote="true" />
|
||||
<div v-else>
|
||||
<div
|
||||
v-if="schedule && schedule?.showings.length < 1 && !loading"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue