fix: hide swap in standalone mode (#582)
This commit is contained in:
@@ -46,9 +46,11 @@ export function AccountWallet(): ReactElement {
|
|||||||
<Box mb={4}>
|
<Box mb={4}>
|
||||||
<Grid container direction="row" justifyContent="space-between" alignItems="center">
|
<Grid container direction="row" justifyContent="space-between" alignItems="center">
|
||||||
<Typography variant="h2">Wallet balance</Typography>
|
<Typography variant="h2">Wallet balance</Typography>
|
||||||
<SwarmButton onClick={onDeposit} iconType={Download}>
|
{isDesktop && (
|
||||||
Top up wallet
|
<SwarmButton onClick={onDeposit} iconType={Download}>
|
||||||
</SwarmButton>
|
Top up wallet
|
||||||
|
</SwarmButton>
|
||||||
|
)}
|
||||||
</Grid>
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
{balance && nodeAddresses ? (
|
{balance && nodeAddresses ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user