{#each users as user (user.userId)}
{user.name}
handleCardClick(`user-card-${user.userId}`)} > {#if user.estimate !== null && (showEstimates || user.userId === userId)}
{user.estimate}
{/if}
{/each}