CASH-1028 make waitlist show only if date is selected.
This commit is contained in:
parent
852b4765c2
commit
e2c256fe21
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
v-if="supplementalInformationBlock"
|
||||
v-html="supplementalInformationBlock" />
|
||||
<div
|
||||
v-if="hasWaitListExperiment && displayWaitListFeature"
|
||||
v-if="hasWaitListExperiment && displayWaitListFeature && selectedDate"
|
||||
class="mt-5 bg-light rounded waitlist">
|
||||
<textBlock
|
||||
cmsWidgetName="WaitListLabelWidget"
|
||||
|
|
|
|||
Loading…
Reference in a new issue