Update Test.vue
This commit is contained in:
@@ -413,7 +413,7 @@ function calculateLeaderboard() {
|
||||
user,
|
||||
points: pointsMap[user],
|
||||
full_name: u.full_name,
|
||||
username: u.email?.split('@')[0] || user.split('@')[0],
|
||||
username: u.username,
|
||||
roles: u.roles || [],
|
||||
bonus: bonus,
|
||||
isSchoolchild: isSchoolchild // Добавляем флаг для удобства
|
||||
|
||||
Reference in New Issue
Block a user