Gift Badges: A few tweaks
This commit is contained in:
parent
0a0b5a7bfe
commit
a114e4e210
11 changed files with 134 additions and 124 deletions
|
@ -62,7 +62,7 @@ export function parseBoostBadgeListFromServer(
|
|||
const parsed = parseBadgeFromServer(item.badge, updatesUrl);
|
||||
|
||||
if (parsed) {
|
||||
result[`BOOST-${level}`] = parsed;
|
||||
result[level] = parsed;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue