mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 01:24:02 -05:00
refactor (#656)
This commit is contained in:
parent
6db365bf23
commit
c3f3623b6e
21 changed files with 375 additions and 221 deletions
|
|
@ -9,7 +9,7 @@ import WithdrawDialog from "../../modal/wallet/WithdrawDialog";
|
|||
import WalletRefreshButton from "./WalletRefreshButton";
|
||||
|
||||
export default function WithdrawWidget() {
|
||||
const walletBalance = useAppSelector((state) => state.rpc.state.balance);
|
||||
const walletBalance = useAppSelector((state) => state.bitcoinWallet.balance);
|
||||
const [showDialog, setShowDialog] = useState(false);
|
||||
|
||||
function onShowDialog() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue