+
+ {(window.innerWidth < 600) ?
+
+ }
+ anchorOrigin={{horizontal: 'left', vertical: 'top'}}
+ targetOrigin={{horizontal: 'left', vertical: 'top'}}
+ >
+
+
+ :
+
+ {/*}*/}
+ {/*label="Deposit"*/}
+ {/*style={{marginRight: 20}}*/}
+ {/*onClick={() => this.globalUI.showDialog(DIALOG.WALLET.DEPOSIT)}*/}
+ {/*primary={true}/>*/}
+ }
+ label="Withdraw"
+ onClick={() => this.globalUI.showDialog(DIALOG.WALLET.WITHDRAW)}
+ primary={true}/>
+
+ }
+
+
+