Skip to content

Commit

Permalink
Add result string
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Nov 15, 2023
1 parent 8da9720 commit a44a321
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ onMount(() => getTransactions())
<div class="text-sm">
{#if transaction.type === 'vote-placed'}
Placed vote on a video
{:else if transaction.type === 'vote-result' && !transaction.debit}
Won Up-Down vote
{/if}
</div>
<div class="flex items-center space-x-1 text-xs text-white/50">
Expand Down

0 comments on commit a44a321

Please sign in to comment.