@rpg-engine/long-bow 0.8.211 → 0.8.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/components/Marketplace/CharacterListingModal.tsx +1 -1
|
@@ -13903,7 +13903,7 @@ var CharacterListingModal = function CharacterListingModal(_ref) {
|
|
|
13903
13903
|
}, []);
|
|
13904
13904
|
if (!isOpen) return null;
|
|
13905
13905
|
var eligibleCharacters = accountCharacters.filter(function (c) {
|
|
13906
|
-
return !c.isListedForSale
|
|
13906
|
+
return !c.isListedForSale;
|
|
13907
13907
|
});
|
|
13908
13908
|
var isActiveCharacter = function isActiveCharacter(c) {
|
|
13909
13909
|
return !!activeCharacterId && c._id === activeCharacterId;
|