Merge pull request #2684 from Safelite/CASH-1208-show-waitlist-after-date-selected
CASH-1028 make waitlist show only if date is selected.
This commit is contained in:
commit
0f5e19632e
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