Better loading bar placement

This commit is contained in:
koalasat 2024-11-11 12:16:33 +01:00
parent 34caa7f800
commit f8e636e83c
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

View File

@ -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>