Small UI fixes

This commit is contained in:
Reckless_Satoshi 2023-05-09 15:30:06 -07:00
parent 89acecbc1c
commit a97abff1e7
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ const RobotAvatar: React.FC<Props> = ({
/> />
); );
} }
}, [nickname, nicknameReady, avatarSrc]); }, [nickname, nicknameReady, avatarSrc, statusColor, tooltip]);
const getAvatarWithBadges = useCallback(() => { const getAvatarWithBadges = useCallback(() => {
let component = avatar; let component = avatar;

View File

@ -151,7 +151,7 @@ export const SuccessfulPrompt = ({
</Alert> </Alert>
</Collapse> </Collapse>
<Collapse in={order.tx_queued && order.address != undefined}> <Collapse in={order.tx_queued && order.address != undefined && !order.txid}>
<Alert severity='info'> <Alert severity='info'>
<AlertTitle> <AlertTitle>
<CircularProgress sx={{ maxWidth: '0.8em', maxHeight: '0.8em' }} /> <CircularProgress sx={{ maxWidth: '0.8em', maxHeight: '0.8em' }} />