Skip to content

Commit 30ee516

Browse files
committed
prettified
1 parent 222a691 commit 30ee516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cards/getCollateralUtxosCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const GetCollateralUtxosCard = ({api, wasm, onRawResponse, onResponse, onWaiting
77
const [getCollateralUtxosInput, setGetCollateralUtxosInput] = useState('2000000')
88

99
const getCollateralUtxosClick = () => {
10-
const amountInHex = getCollateralUtxosInput ? getAmountInHex(wasm, getCollateralUtxosInput) : undefined;
10+
const amountInHex = getCollateralUtxosInput ? getAmountInHex(wasm, getCollateralUtxosInput) : undefined
1111
onWaiting(true)
1212
api
1313
?.getCollateral(amountInHex)

0 commit comments

Comments
 (0)