mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-25 18:54:53 +01:00
web/PickerDialog: ignore wrong items in an array
This commit is contained in:
parent
f76d40bec4
commit
14556b3190
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue