添加X环显示,比赛过程完善
This commit is contained in:
@@ -51,7 +51,7 @@ export const getMessageTypeName = (id) => {
|
||||
for (let key in MESSAGETYPESV2) {
|
||||
if (MESSAGETYPESV2[key] === id) return key;
|
||||
}
|
||||
return null;
|
||||
return id;
|
||||
};
|
||||
|
||||
export const roundsName = {
|
||||
|
||||
Reference in New Issue
Block a user