Skip to content

Commit

Permalink
small patch on payments page
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Jul 31, 2024
1 parent b0ff1bf commit 4baf6ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions addon/templates/developers/payments/index.hbs
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Layout::Section::Header @title="Payments">
<div class="flex flex-row space-x-1">
<span class="text-sm text-black dark:text-white font-bold">Total Amount:</span>
<span class="text-sm text-black dark:text-white">{{format-currency @model.total_amount "USD"}}</span>
</div>
{{#if this.hasStripeConnectAccount}}
<div class="flex flex-row space-x-1">
<span class="text-sm text-black dark:text-white font-bold">Total Amount:</span>
<span class="text-sm text-black dark:text-white">{{format-currency @model.total_amount "USD"}}</span>
</div>
{{/if}}
</Layout::Section::Header>

<Layout::Section::Body class="overflow-y-scroll h-full">
Expand Down

0 comments on commit 4baf6ab

Please sign in to comment.