@rabbitio/ui-kit 1.0.0-beta.18 → 1.0.0-beta.19

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.
@@ -3906,7 +3906,7 @@ var PublicSwapService = /*#__PURE__*/function () {
3906
3906
  };
3907
3907
  }
3908
3908
  Logger.log("Retrieved " + (result == null || (_result$coins = result.coins) == null ? void 0 : _result$coins.length) + " supported currencies for swap", loggerSource);
3909
- if (result.coins[0] === currencyThatShouldNotBeFirst && result.coins.length > 1) {
3909
+ if (result.coins.length > 1) {
3910
3910
  var temp = result.coins[0];
3911
3911
  result.coins[0] = result.coins[1];
3912
3912
  result.coins[1] = temp;