fix: type

This commit is contained in:
cha0s 2024-07-01 21:46:08 -05:00
parent 47f0b1040e
commit 044859841c

View File

@ -170,10 +170,10 @@ export default class Inventory extends Component {
...original.cleared,
...update.cleared,
},
swapped: {
swapped: [
...(original.swapped || []),
...(update.swapped || []),
},
],
};
return merged;
}