Fix build

This commit is contained in:
Adria Navarro 2025-02-04 12:12:41 +01:00
parent bcf50213df
commit 2599fecbf8
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
anchor={button} anchor={button}
align={PopoverAlignment.Right} align={PopoverAlignment.Right}
maxWidth={400} maxWidth={400}
showPopover={$screenComponentErrorList.length} showPopover={!!$screenComponentErrorList.length}
> >
<div class="error-popover"> <div class="error-popover">
{#each $screenComponentErrorList as error} {#each $screenComponentErrorList as error}