mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Better loading bar placement
This commit is contained in:
parent
34caa7f800
commit
f8e636e83c
@ -47,13 +47,13 @@ const ExchangeDialog = ({ open = false, onClose }: Props): JSX.Element => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog open={open} onClose={onClose}>
|
<Dialog open={open} onClose={onClose}>
|
||||||
|
<div style={loadingInfo ? {} : { display: 'none' }}>
|
||||||
|
<LinearProgress variant='indeterminate' />
|
||||||
|
</div>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<Typography component='h5' variant='h5'>
|
<Typography component='h5' variant='h5'>
|
||||||
{t('Exchange Summary')}
|
{t('Exchange Summary')}
|
||||||
</Typography>
|
</Typography>
|
||||||
<div style={loadingInfo ? {} : { display: 'none' }}>
|
|
||||||
<LinearProgress variant='indeterminate' />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<List dense>
|
<List dense>
|
||||||
<ListItem>
|
<ListItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user