@kimafinance/kima-transaction-widget 1.2.13-beta.1 → 1.2.14-beta.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/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2532,7 +2532,6 @@ function useBalance() {
|
|
|
2532
2532
|
var tokenOptions = reactRedux.useSelector(selectTokenOptions);
|
|
2533
2533
|
var tokenAddress = React.useMemo(function () {
|
|
2534
2534
|
if (isEmptyObject(tokenOptions) || sourceChain === exports.SupportNetworks.FIAT) return '';
|
|
2535
|
-
console.log(tokenOptions);
|
|
2536
2535
|
if (tokenOptions && typeof tokenOptions === 'object') {
|
|
2537
2536
|
var coinOptions = tokenOptions[selectedCoin];
|
|
2538
2537
|
if (coinOptions && typeof coinOptions === 'object') {
|