{#if userVote._id !== null} deleteVote()} aria-hidden="true" class="{`w-4 opacity-30 delete interactive-svg ${delLoading ? 'animate-ping' : ''}`}" viewBox="0 0 512 512"> {/if}
doVote(true)} aria-hidden="true" class="{`flex w-1/2 p-4 box h-6 bf mr-4 ${disabled ? 'opacity-50 cursor-not-allowed' : 'cursor-pointer'}`}"> {#if userVote.rating && userVote.like} {:else} {/if} {#key positiveWeight} {formatNumber(positiveWeight)} {/key}
doVote(false)} aria-hidden="true" class="{`flex w-1/2 p-4 box h-6 bf ${disabled ? 'opacity-50 cursor-not-allowed' : 'cursor-pointer'}`}"> {#if userVote.rating && !userVote.like} {:else} {/if} {#key negativeWeight} {formatNumber(negativeWeight)} {/key}