mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-16 11:14:44 +08:00
Highlight current user in leaderboard (#1194)
* Highlight current user in leaderboard * use first of type for ssr safety
This commit is contained in:
@@ -40,4 +40,5 @@ export interface LeaderboardEntity {
|
||||
reply_ranked_3: number;
|
||||
streak_last_day_date: number | null;
|
||||
streak_days: number | null;
|
||||
highlighted: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user