Skip to content

Commit

Permalink
labels
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 8, 2024
1 parent 6e5c0dd commit 2ec4b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/app/templates/components/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ export function formatNumber(
export function getAltName(altName: string) {
if (altName.match(/\d+-\d+$/)) return '';

altName = altName.replace(/^\d+-\d+-/, '');

return ` (${altName})`;
}

0 comments on commit 2ec4b73

Please sign in to comment.