style(payment-setup): drop ColumnsLayout wrapper
This commit is contained in:
parent
4f567e9586
commit
c816d4b373
1 changed files with 2 additions and 4 deletions
|
|
@ -6,7 +6,6 @@
|
||||||
:subtitle="targetTier ? `Upgrading to $${targetTier}/month` : 'Payment setup'"
|
:subtitle="targetTier ? `Upgrading to $${targetTier}/month` : 'Payment setup'"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ColumnsLayout cols="1">
|
|
||||||
<PageSection>
|
<PageSection>
|
||||||
<div v-if="step === 'loading'" class="status-block">
|
<div v-if="step === 'loading'" class="status-block">
|
||||||
<p>Preparing payment setup…</p>
|
<p>Preparing payment setup…</p>
|
||||||
|
|
@ -44,7 +43,6 @@
|
||||||
<p>Payment setup complete. Redirecting to your account…</p>
|
<p>Payment setup complete. Redirecting to your account…</p>
|
||||||
</div>
|
</div>
|
||||||
</PageSection>
|
</PageSection>
|
||||||
</ColumnsLayout>
|
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
</PageShell>
|
</PageShell>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue