mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 09:35:03 +02:00
Fixed to show correct currency in earnings report
This commit is contained in:
parent
7bb9385af7
commit
eba9ffdad6
2 changed files with 3 additions and 4 deletions
|
@ -105,7 +105,7 @@
|
|||
</td>
|
||||
<td class="text-muted">{{ stat.number }}</td>
|
||||
<td class="text-muted">{{ stat.share }}%</td>
|
||||
<td>{{ stat.earnings | number_format(2, '.', ',') }} {{ currency }}</td>
|
||||
<td>{{ stat.earnings | number_format(2, '.', ',') }} {{ stat.currency }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue