website refactor
This commit is contained in:
11
apps/website/lib/display-objects/DashboardRankDisplay.ts
Normal file
11
apps/website/lib/display-objects/DashboardRankDisplay.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* DashboardRankDisplay
|
||||
*
|
||||
* Deterministic rank formatting for dashboard display.
|
||||
*/
|
||||
|
||||
export class DashboardRankDisplay {
|
||||
static format(rank: number): string {
|
||||
return rank.toString();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user