Update upgrade.js
This commit is contained in:
parent
1d1d36ecdc
commit
d970572c3f
@ -634,6 +634,7 @@ export const versions = {
|
||||
.modify((state) => {
|
||||
for (let id in state.tokens) {
|
||||
if (!state.tokens[id]?.tokenId) {
|
||||
delete state.tokens[id];
|
||||
continue;
|
||||
}
|
||||
if (!state.tokens[id].tokenId.startsWith("__default")) {
|
||||
|
Loading…
Reference in New Issue
Block a user