Skip to content

Commit

Permalink
show 0 instead of - on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukaMa committed Oct 29, 2023
1 parent 17b369a commit 8a339fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui/templates/htmx/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<td>{{ block.block_reward | format_aleo_credit | safe }}</td>
<td>{{ (block.coinbase_reward // 2) | format_aleo_credit | safe }}</td>
{% if not "DEBUG_SKIP_COINBASE" | get_env %}
<td>{% if block.coinbase_reward %}{{ block.partial_solution_count }}{% else %}-{% endif %}</td>
<td>{{ block.partial_solution_count }}</td>
{% endif %}
</tr>
{% endfor %}
Expand Down

0 comments on commit 8a339fd

Please sign in to comment.