File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ function renderLeaderboardTable(leaderboard) {
126
126
</div>
127
127
</td>
128
128
<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>` : '' }
130
130
<td>
131
131
${ item . logo && item . logo . length > 0 ? `
132
132
<div style="display: flex; align-items: center;">
You can’t perform that action at this time.
0 commit comments