fix: remove leftover
This commit is contained in:
@@ -131,7 +131,6 @@ export const useInventoryStore = create<InventoryState>()(
|
|||||||
unlockedDLCs: Array.isArray(profile.unlockedDLCs) ? profile.unlockedDLCs : state.unlockedDLCs,
|
unlockedDLCs: Array.isArray(profile.unlockedDLCs) ? profile.unlockedDLCs : state.unlockedDLCs,
|
||||||
items: (profile.items && typeof profile.items === 'object') ? profile.items : state.items,
|
items: (profile.items && typeof profile.items === 'object') ? profile.items : state.items,
|
||||||
offerings: (profile.offerings && typeof profile.offerings === 'object') ? profile.offerings : state.offerings,
|
offerings: (profile.offerings && typeof profile.offerings === 'object') ? profile.offerings : state.offerings,
|
||||||
unlockAllDLCs: typeof profile.unlockAllDLCs === 'boolean' ? profile.unlockAllDLCs : state.unlockAllDLCs,
|
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user