mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
Small UI fixes
This commit is contained in:
parent
89acecbc1c
commit
a97abff1e7
@ -128,7 +128,7 @@ const RobotAvatar: React.FC<Props> = ({
|
||||
/>
|
||||
);
|
||||
}
|
||||
}, [nickname, nicknameReady, avatarSrc]);
|
||||
}, [nickname, nicknameReady, avatarSrc, statusColor, tooltip]);
|
||||
|
||||
const getAvatarWithBadges = useCallback(() => {
|
||||
let component = avatar;
|
||||
|
@ -151,7 +151,7 @@ export const SuccessfulPrompt = ({
|
||||
</Alert>
|
||||
</Collapse>
|
||||
|
||||
<Collapse in={order.tx_queued && order.address != undefined}>
|
||||
<Collapse in={order.tx_queued && order.address != undefined && !order.txid}>
|
||||
<Alert severity='info'>
|
||||
<AlertTitle>
|
||||
<CircularProgress sx={{ maxWidth: '0.8em', maxHeight: '0.8em' }} />
|
||||
|
Loading…
Reference in New Issue
Block a user