We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aab27a commit cb4ec72Copy full SHA for cb4ec72
lib/algora_web/live/onboarding/dev.ex
@@ -441,7 +441,7 @@ defmodule AlgoraWeb.Onboarding.DevLive do
441
<div class="flex gap-4">
442
<div class="flex-1">
443
<div class="mb-2 font-mono text-2xl font-extrabold text-success">
444
- {Money.to_string!(transaction.bounty.amount)}
+ {Money.to_string!(transaction.net_amount)}
445
</div>
446
<div class="mb-1 text-sm text-muted-foreground">
447
{transaction.bounty.ticket.repository.user.provider_login}/{transaction.bounty.ticket.repository.name}#{transaction.bounty.ticket.number}
0 commit comments