mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11: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 (
|
||||
<Dialog open={open} onClose={onClose}>
|
||||
<div style={loadingInfo ? {} : { display: 'none' }}>
|
||||
<LinearProgress variant='indeterminate' />
|
||||
</div>
|
||||
<DialogContent>
|
||||
<Typography component='h5' variant='h5'>
|
||||
{t('Exchange Summary')}
|
||||
</Typography>
|
||||
<div style={loadingInfo ? {} : { display: 'none' }}>
|
||||
<LinearProgress variant='indeterminate' />
|
||||
</div>
|
||||
|
||||
<List dense>
|
||||
<ListItem>
|
||||
|
Loading…
Reference in New Issue
Block a user