Fix build
This commit is contained in:
parent
bcf50213df
commit
2599fecbf8
|
@ -53,7 +53,7 @@
|
|||
anchor={button}
|
||||
align={PopoverAlignment.Right}
|
||||
maxWidth={400}
|
||||
showPopover={$screenComponentErrorList.length}
|
||||
showPopover={!!$screenComponentErrorList.length}
|
||||
>
|
||||
<div class="error-popover">
|
||||
{#each $screenComponentErrorList as error}
|
||||
|
|
Loading…
Reference in New Issue