Remove unused class
This commit is contained in:
parent
0adec758dd
commit
edff5b7528
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
</button>
|
</button>
|
||||||
<div
|
<div
|
||||||
class="date-picker__track d-flex flex-grow-1"
|
class="date-picker__track d-flex flex-grow-1"
|
||||||
:class="{ 'date-picker__track--loading': isLoadingDates }"
|
|
||||||
:style="isLoadingDates ? { '--card-count': windowSize } : null">
|
:style="isLoadingDates ? { '--card-count': windowSize } : null">
|
||||||
<template v-if="showLoadingPlaceholders">
|
<template v-if="showLoadingPlaceholders">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue