We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222a691 commit 30ee516Copy full SHA for 30ee516
src/components/cards/getCollateralUtxosCard.js
@@ -7,7 +7,7 @@ const GetCollateralUtxosCard = ({api, wasm, onRawResponse, onResponse, onWaiting
7
const [getCollateralUtxosInput, setGetCollateralUtxosInput] = useState('2000000')
8
9
const getCollateralUtxosClick = () => {
10
- const amountInHex = getCollateralUtxosInput ? getAmountInHex(wasm, getCollateralUtxosInput) : undefined;
+ const amountInHex = getCollateralUtxosInput ? getAmountInHex(wasm, getCollateralUtxosInput) : undefined
11
onWaiting(true)
12
api
13
?.getCollateral(amountInHex)
0 commit comments