mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 01:24:02 -05:00
dprint fmt
This commit is contained in:
parent
b3439e4ae6
commit
e7ff02958d
23 changed files with 69 additions and 63 deletions
|
|
@ -101,7 +101,11 @@ export default function WalletActionButtons({
|
|||
<IconButton onClick={handleMenuClick}>
|
||||
<MoreHorizIcon />
|
||||
</IconButton>
|
||||
<Menu anchorEl={menuAnchorEl} open={menuOpen} onClose={handleMenuClose}>
|
||||
<Menu
|
||||
anchorEl={menuAnchorEl}
|
||||
open={menuOpen}
|
||||
onClose={handleMenuClose}
|
||||
>
|
||||
<MenuItem
|
||||
onClick={() => {
|
||||
setRestoreHeightDialogOpen(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue