{#if $plinkoEngine}
{#each binPayouts[$rowCount][$riskLevel] as payout, binIndex}
{payout}{payout < 100 ? '×' : ''}
{/each}
{/if}