60p82u21t54k 1.2.4 → 1.2.5

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.
@@ -6570,7 +6570,8 @@ const getMemberWalletResponse = (raw) => {
6570
6570
  coinAmount: (_c2 = Number(item.amount)) != null ? _c2 : 0,
6571
6571
  fiatAmount: ((_d = Number(item.amount)) != null ? _d : 0) * ((_e = Number(item.final_rate)) != null ? _e : 0),
6572
6572
  rate: (_f = Number(item.final_rate)) != null ? _f : 0,
6573
- canSelect: item.canSelect == "1"
6573
+ canSelect: item.canSelect == "1",
6574
+ selected: item.selected == 1
6574
6575
  };
6575
6576
  })) != null ? _c : []
6576
6577
  };