Free plan banner only for free users
This commit is contained in:
parent
f7a460a1ea
commit
4743cc3ae5
|
@ -187,7 +187,9 @@
|
||||||
<Divider />
|
<Divider />
|
||||||
<Layout gap="XS" noPadding>
|
<Layout gap="XS" noPadding>
|
||||||
<Heading size="XS">History</Heading>
|
<Heading size="XS">History</Heading>
|
||||||
|
{#if licensePlan?.type === Constants.PlanType.FREE}
|
||||||
<Body size="S">Free plan stores up to 1 day of automation history</Body>
|
<Body size="S">Free plan stores up to 1 day of automation history</Body>
|
||||||
|
{/if}
|
||||||
</Layout>
|
</Layout>
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<div class="search">
|
<div class="search">
|
||||||
|
|
Loading…
Reference in New Issue