1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13: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} backgroundColour={templateEntry.background}
icon={templateEntry.icon} icon={templateEntry.icon}
> >
{#if $licensing?.usageMetrics?.apps < 100} {#if !($licensing?.usageMetrics?.apps >= 100)}
<Button <Button
cta cta
on:click={() => { on:click={() => {