Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
#652 - CrossSell component
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-englander committed Feb 8, 2023
1 parent 48a8ac2 commit 71995f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pages/_lifeEvent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,11 @@
</div>
</div>
</section>
<!-- CrossSell goes here. -->
<CrossSell
v-if="$config.oneEventVersion === false"
:cards="lifeEvent.related"
:title="$t('crossSell.title')"
class="print:display-none" />
</div>
</template>

Expand Down

0 comments on commit 71995f2

Please sign in to comment.