Invert template display logic to fix cypress
This commit is contained in:
parent
f7ec431a45
commit
72abfd8e52
|
@ -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