king
2024-04-29 50b49c1b760489c3430fc382656d57c5fbbab07c
src/menu/components/search/main-search/index.jsx
@@ -354,9 +354,9 @@
  }
  getWrapForms = () => {
    const { wrap, action } = this.state.card
    const { card } = this.state
    return getWrapForm(wrap, action)
    return getWrapForm(card.wrap, card.uuid)
  }
  updateWrap = (res) => {