@rango-dev/widget-embedded 0.1.10-next.95 → 0.1.10-next.96

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmSwapPage.d.ts","sourceRoot":"","sources":["../src/pages/ConfirmSwapPage.tsx"],"names":[],"mappings":";AAiBA,wBAAgB,eAAe,gBAkD9B"}
1
+ {"version":3,"file":"ConfirmSwapPage.d.ts","sourceRoot":"","sources":["../src/pages/ConfirmSwapPage.tsx"],"names":[],"mappings":";AAiBA,wBAAgB,eAAe,gBAsD9B"}
@@ -1979,6 +1979,8 @@ function ConfirmSwapPage() {
1979
1979
  if (swap) {
1980
1980
  manager?.create('swap', {
1981
1981
  swapDetails: swap
1982
+ }, {
1983
+ id: swap.requestId
1982
1984
  });
1983
1985
  setSelectedSwap(swap.requestId);
1984
1986
  navigate(navigationRoutes.swaps + `/${swap.requestId}`, {