king
2021-05-24 f267d04e0561a0a20d1f2a9f558a273558ece90d
src/menu/components/card/cardcellcomponent/index.jsx
@@ -234,7 +234,7 @@
      this.setState({
        visible: true,
        card: card,
        formlist: getCardCellForm(card, cards.type)
        formlist: getCardCellForm(card, cards.type, cards.subtype)
      })
    }
  }