@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.
@@ -13900,7 +13900,7 @@ var CharacterListingModal = function CharacterListingModal(_ref) {
13900
13900
  }, []);
13901
13901
  if (!isOpen) return null;
13902
13902
  var eligibleCharacters = accountCharacters.filter(function (c) {
13903
- return !c.isListedForSale && !c.tradedAt;
13903
+ return !c.isListedForSale;
13904
13904
  });
13905
13905
  var isActiveCharacter = function isActiveCharacter(c) {
13906
13906
  return !!activeCharacterId && c._id === activeCharacterId;