1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

one more null check

This commit is contained in:
Peter Clement 2022-05-10 15:21:54 +01:00
parent 3c44a7ded3
commit 070070c3b7

View file

@ -44,7 +44,7 @@
{/if}
</div>
{#if automation.showTestPanel}
{#if automation?.showTestPanel}
<div class="setup"><TestPanel {automation} /></div>
{/if}
<Modal bind:this={modal}>