Fix cypress accountPortals.spec
This commit is contained in:
parent
77c7019272
commit
0ee59e371a
|
@ -133,7 +133,7 @@
|
|||
</Body>
|
||||
</Layout>
|
||||
<Divider />
|
||||
{#if $licensing.usageMetrics.dayPasses >= 100}
|
||||
{#if $licensing.usageMetrics?.dayPasses >= 100}
|
||||
<div>
|
||||
<Layout gap="S" justifyItems="center">
|
||||
<img class="spaceman" alt="spaceman" src={Spaceman} />
|
||||
|
|
Loading…
Reference in New Issue