fixed incorrect set abbreviation
This commit is contained in:
@@ -255,7 +255,7 @@ const setMap = {
|
|||||||
"DRI": destined_rivals,
|
"DRI": destined_rivals,
|
||||||
"SSP": surging_sparks,
|
"SSP": surging_sparks,
|
||||||
"ME03": perfect_order,
|
"ME03": perfect_order,
|
||||||
"ME04": chaos_rising,
|
"CRI": chaos_rising,
|
||||||
};
|
};
|
||||||
|
|
||||||
const svg = setMap[set as keyof typeof setMap] ?? "";
|
const svg = setMap[set as keyof typeof setMap] ?? "";
|
||||||
|
|||||||
Reference in New Issue
Block a user