Skip to content

Commit 4b4447c

Browse files
committed
Add dollar sign
1 parent c7ddabc commit 4b4447c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/mainResults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function renderLeaderboardTable(leaderboard) {
126126
</div>
127127
</td>
128128
<td><span class="number fw-medium text-primary">${parseFloat(item.resolved).toFixed(2)}</span></td>
129-
${isBashOnly ? `<td class="text-right"><span class="number fw-medium text-primary">${item.instance_cost !== null && item.instance_cost !== undefined ? parseFloat(item.instance_cost).toFixed(2) : ''}</span></td>` : ''}
129+
${isBashOnly ? `<td class="text-right"><span class="number fw-medium text-primary">$${item.instance_cost !== null && item.instance_cost !== undefined ? parseFloat(item.instance_cost).toFixed(2) : ''}</span></td>` : ''}
130130
<td>
131131
${item.logo && item.logo.length > 0 ? `
132132
<div style="display: flex; align-items: center;">

0 commit comments

Comments
 (0)