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) {
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;">
You can’t perform that action at this time.
0 commit comments