CASH-2880 | Format
This commit is contained in:
parent
ce03f24efe
commit
cd83276dad
2 changed files with 2 additions and 2 deletions
|
|
@ -513,6 +513,5 @@ export default {
|
|||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,8 @@
|
|||
<div v-if="isLoading" class="mobile-scheduling-card__panel">
|
||||
<schedulingCardLoader />
|
||||
</div>
|
||||
<div v-else
|
||||
<div
|
||||
v-else
|
||||
class="mobile-scheduling-card__panel"
|
||||
:class="{ 'mobile-scheduling-card__panel--with-free-flag': showFreeFlag }">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Reference in a new issue