diff --git a/components/profile-data/enka-data.js b/components/profile-data/enka-data.js index 43acab4b..eec49775 100644 --- a/components/profile-data/enka-data.js +++ b/components/profile-data/enka-data.js @@ -174,7 +174,7 @@ let EnkaData = { } else { key = ['a', 'e', 'q'][idx++] } - ret[key] = { + ret[key] = ret[key] || { original: lv } })