1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +12:00

one more null check

This commit is contained in:
Peter Clement 2022-05-10 15:21:54 +01:00
parent 0cb87c601e
commit b43fe44468

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}>