web/PickerDialog: ignore wrong items in an array
This commit is contained in:
parent
f76d40bec4
commit
14556b3190
@ -50,7 +50,7 @@
|
||||
<div class="picker-body">
|
||||
{#if items}
|
||||
{#each items as item, i}
|
||||
{#if item.url}
|
||||
{#if item?.url}
|
||||
<PickerItem {item} number={i + 1} />
|
||||
{/if}
|
||||
{/each}
|
||||
|
Loading…
x
Reference in New Issue
Block a user