one more null check
This commit is contained in:
parent
0cb87c601e
commit
b43fe44468
|
@ -44,7 +44,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if automation.showTestPanel}
|
{#if automation?.showTestPanel}
|
||||||
<div class="setup"><TestPanel {automation} /></div>
|
<div class="setup"><TestPanel {automation} /></div>
|
||||||
{/if}
|
{/if}
|
||||||
<Modal bind:this={modal}>
|
<Modal bind:this={modal}>
|
||||||
|
|
Loading…
Reference in New Issue