@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.
@@ -3278,7 +3278,7 @@ class PublicSwapService {
3278
3278
  };
3279
3279
  }
3280
3280
  Logger.log(`Retrieved ${result == null || (_result$coins = result.coins) == null ? void 0 : _result$coins.length} supported currencies for swap`, loggerSource);
3281
- if (result.coins[0] === currencyThatShouldNotBeFirst && result.coins.length > 1) {
3281
+ if (result.coins.length > 1) {
3282
3282
  let temp = result.coins[0];
3283
3283
  result.coins[0] = result.coins[1];
3284
3284
  result.coins[1] = temp;