fix
This commit is contained in:
parent
d4bd4113f1
commit
ec89064d39
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
</div>
|
</div>
|
||||||
<ul class="calendar-strip__days">
|
<ul class="calendar-strip__days">
|
||||||
<template x-for="(date, index) in dates">
|
<template x-for="(date, index) in dates">
|
||||||
<li class="calendar-strip__day" :class="targetSessions.length > 0 && index == targetSessions[0].day ? 'active' : ''">
|
<li class="calendar-strip__day" :class="targetSessions.length > 0 && open && index == targetSessions[0].day ? 'active' : ''">
|
||||||
<button
|
<button
|
||||||
x-text="index"
|
x-text="index"
|
||||||
:disabled="date.length === 0 ? true : false"
|
:disabled="date.length === 0 ? true : false"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue