Skip to content

Commit cb4ec72

Browse files
committed
fix: display final transaction amount instead of bounty amount
1 parent 2aab27a commit cb4ec72

File tree

1 file changed

+1
-1
lines changed
  • lib/algora_web/live/onboarding

1 file changed

+1
-1
lines changed

lib/algora_web/live/onboarding/dev.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ defmodule AlgoraWeb.Onboarding.DevLive do
441441
<div class="flex gap-4">
442442
<div class="flex-1">
443443
<div class="mb-2 font-mono text-2xl font-extrabold text-success">
444-
{Money.to_string!(transaction.bounty.amount)}
444+
{Money.to_string!(transaction.net_amount)}
445445
</div>
446446
<div class="mb-1 text-sm text-muted-foreground">
447447
{transaction.bounty.ticket.repository.user.provider_login}/{transaction.bounty.ticket.repository.name}#{transaction.bounty.ticket.number}

0 commit comments

Comments
 (0)