Gift Badges: A few tweaks

This commit is contained in:
Scott Nonnenberg 2022-05-16 12:54:38 -07:00 committed by GitHub
parent 0a0b5a7bfe
commit a114e4e210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 134 additions and 124 deletions

View file

@ -62,7 +62,7 @@ export function parseBoostBadgeListFromServer(
const parsed = parseBadgeFromServer(item.badge, updatesUrl);
if (parsed) {
result[`BOOST-${level}`] = parsed;
result[level] = parsed;
}
});