1
0
Fork 0
mirror of synced 2024-06-30 12:00:31 +12:00

Invert template display logic to fix cypress

This commit is contained in:
Rory Powell 2022-09-20 10:59:12 +01:00
parent bcfb491858
commit b8d493a65c

View file

@ -97,7 +97,7 @@
backgroundColour={templateEntry.background}
icon={templateEntry.icon}
>
{#if $licensing?.usageMetrics?.apps < 100}
{#if !($licensing?.usageMetrics?.apps >= 100)}
<Button
cta
on:click={() => {