Skip to content

Commit

Permalink
devtools gas: add number delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
JerwuQu committed Aug 19, 2022
1 parent 33010e0 commit 82a804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/web/src/components/devtools/devtools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class Wasm4Devtools extends LitElement {
${gasUsed > 0 ? html`
<section class="inline-section">
<h4>gas</h4>
<span class="info-box text-primary">${gasUsed}</span>
<span class="info-box text-primary">${gasUsed.toLocaleString('en-US')}</span>
</section>
` : ''}
<section class="cart-size-wrapper">
Expand Down

0 comments on commit 82a804f

Please sign in to comment.