Invert template display logic to fix cypress
This commit is contained in:
parent
bcfb491858
commit
b8d493a65c
|
@ -97,7 +97,7 @@
|
|||
backgroundColour={templateEntry.background}
|
||||
icon={templateEntry.icon}
|
||||
>
|
||||
{#if $licensing?.usageMetrics?.apps < 100}
|
||||
{#if !($licensing?.usageMetrics?.apps >= 100)}
|
||||
<Button
|
||||
cta
|
||||
on:click={() => {
|
||||
|
|
Loading…
Reference in New Issue