Free plan banner only for free users

This commit is contained in:
Adria Navarro 2024-07-23 16:56:16 +02:00
parent f7a460a1ea
commit 4743cc3ae5
1 changed files with 3 additions and 1 deletions

View File

@ -187,7 +187,9 @@
<Divider />
<Layout gap="XS" noPadding>
<Heading size="XS">History</Heading>
<Body size="S">Free plan stores up to 1 day of automation history</Body>
{#if licensePlan?.type === Constants.PlanType.FREE}
<Body size="S">Free plan stores up to 1 day of automation history</Body>
{/if}
</Layout>
<div class="controls">
<div class="search">