Attach display logic to banner
This commit is contained in:
parent
0b5e7eab0f
commit
c0603cb1ce
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@
|
|||
<div class="container page-container-grouped-styles">
|
||||
<div class="row">
|
||||
<div class="col-12 col-md-10 col-lg-8 col-xl-7">
|
||||
<mobileFeeWaiverAlert cmsWidgetName="MobileFeeFreeDropdownWidget" />
|
||||
<mobileFeeWaiverAlert
|
||||
cmsWidgetName="MobileFeeFreeDropdownWidget"
|
||||
v-if="showMobileFreeAlert" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="row appointment-type">
|
||||
|
|
|
|||
Loading…
Reference in a new issue