- plan sorting fix

- plan homepage visibility fix
This commit is contained in:
Čarodej
2022-05-20 16:59:53 +02:00
parent 63da860df5
commit 971ae4160e
3 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div
class="page-wrapper medium pricing"
v-if="!isEmpty && index.section_pricing_content === '1' && config.stripe_public_key"
v-if="!isEmpty && index.section_pricing_content === '1'"
>
<div id="pricing" class="page-title center">
<h1 class="title" v-html="index.pricing_title"></h1>