renamed map object
This commit is contained in:
@ -93,9 +93,9 @@ export async function getNamePlates() {
|
||||
new Map(
|
||||
AllNameplates.filter((matchingNamePlateIds) =>
|
||||
unlockedNamePlates.includes(matchingNamePlateIds.id),
|
||||
).map((unlockedNamePlates) => [
|
||||
unlockedNamePlates.id,
|
||||
unlockedNamePlates,
|
||||
).map((unlockedNamePlateIds) => [
|
||||
unlockedNamePlateIds.id,
|
||||
unlockedNamePlateIds,
|
||||
]),
|
||||
).values(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user