feat: Remove cost exceeded marker from leaderboard table

This commit is contained in:
Paul Gauthier (aider) 2025-04-13 13:42:35 -07:00
parent 7d0a9c7233
commit 1622531d85
2 changed files with 1 additions and 16 deletions

View file

@ -231,10 +231,7 @@ document.addEventListener('DOMContentLoaded', function() {
darkSection.style.zIndex = '1';
bar.parentNode.appendChild(darkSection);
// Add a marker at the end of the bar
const marker = document.createElement('div');
marker.className = 'cost-exceeded-marker';
bar.parentNode.appendChild(marker);
// No marker at the end of the bar
}
} else {
// Set width to 0 if cost is 0 or negative