fix: action selector shows next item every time

This commit is contained in:
2023-12-08 23:21:21 +01:00
parent d8d430f333
commit d683c8c70c

View File

@@ -122,12 +122,12 @@
<h3>{$LL.actionSearch.CURRENT_ACTION()}</h3>
<ActionListItem id={currentAction} />
</aside>
<aside>
{#if nextAction}
{#if nextAction}
<aside>
<h3>{$LL.actionSearch.NEXT_ACTION()}</h3>
<ActionListItem id={nextAction} />
{/if}
</aside>
</aside>
{/if}
{/if}
<ul bind:this={resultList}>
{#if exact !== undefined}