mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
Update SelectFeeModal.tsx
This commit is contained in:
parent
b18f593a6b
commit
86f76fd4b2
@ -148,8 +148,8 @@ const SelectFeeModal = forwardRef<BottomModalHandle, SelectFeeModalProps>(
|
||||
}
|
||||
const fee = Number(customFee) < 1 ? '1' : customFee;
|
||||
setCustomFee(fee);
|
||||
await customModalRef.current?.dismiss();
|
||||
await feeModalRef.current?.dismiss();
|
||||
await customModalRef.current?.dismiss();
|
||||
};
|
||||
|
||||
const handleCancel = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user