@depay/widgets 7.1.0 → 7.1.1

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.
package/dist/esm/index.js CHANGED
@@ -2977,7 +2977,6 @@ var ChangeAmountDialog = (function (props) {
2977
2977
  var displayedCurrencyCode = amountConfiguration != undefined && amountConfiguration.token ? null : currencyCode;
2978
2978
 
2979
2979
  var changeAmountAndGoBack = function changeAmountAndGoBack() {
2980
- console.log('setSelectedRoute(undefined) 3');
2981
2980
  setSelectedRoute(undefined);
2982
2981
  setAmount(toValidValue(parseFloat(inputAmount)));
2983
2982
  navigate('back');