fix: type
This commit is contained in:
parent
47f0b1040e
commit
044859841c
|
@ -170,10 +170,10 @@ export default class Inventory extends Component {
|
|||
...original.cleared,
|
||||
...update.cleared,
|
||||
},
|
||||
swapped: {
|
||||
swapped: [
|
||||
...(original.swapped || []),
|
||||
...(update.swapped || []),
|
||||
},
|
||||
],
|
||||
};
|
||||
return merged;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user