{#each _screens as screen}
changeScreen(screen)}> {#if screen.component.props._children.length} {/if} {screen.title}
{#if $store.currentPreviewItem.name === screen.title && screen.component.props._children} {/if} {/each}