Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 1fa6599

Browse files
author
rhcastilhos
committed
Fixes decimal mark on fee
1 parent a959464 commit 1fa6599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/buyWizard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ <h2 class="margin0 marginTop80"><%= polyglot.t('buyFlow.HaveWallet') %></h2>
312312
<% if(moderator.handle){ %><%= moderator.handle %><% } else { %><%= moderator.guid %><% } %>
313313
</div>
314314
</div>
315-
<div class="floatRight textOpacity75"><%= moderator.fee %></div>
315+
<div class="floatRight textOpacity75"><%= Number(moderator.fee) %></div>
316316
</div>
317317
</div>
318318
</div>

0 commit comments

Comments
 (0)