CASH-2880 | Format

This commit is contained in:
scottkiener-at-safelite 2026-06-24 09:20:10 -04:00
parent ce03f24efe
commit cd83276dad
2 changed files with 2 additions and 2 deletions

View file

@ -513,6 +513,5 @@ export default {
text-align: center; text-align: center;
cursor: pointer; cursor: pointer;
} }
} }
</style> </style>

View file

@ -11,7 +11,8 @@
<div v-if="isLoading" class="mobile-scheduling-card__panel"> <div v-if="isLoading" class="mobile-scheduling-card__panel">
<schedulingCardLoader /> <schedulingCardLoader />
</div> </div>
<div v-else <div
v-else
class="mobile-scheduling-card__panel" class="mobile-scheduling-card__panel"
:class="{ 'mobile-scheduling-card__panel--with-free-flag': showFreeFlag }"> :class="{ 'mobile-scheduling-card__panel--with-free-flag': showFreeFlag }">
<button <button