This commit is contained in:
koalasat
2025-05-09 18:57:18 +02:00
parent 142a6d89a2
commit 308ff9ef4f
2 changed files with 9 additions and 10 deletions

View File

@ -215,8 +215,8 @@ const RobotProfile = ({
alignItems='stretch' alignItems='stretch'
sx={{ width: '100%' }} sx={{ width: '100%' }}
> >
<Grid item xs={12}>
<TokenInput <TokenInput
fullWidth
inputToken={inputToken} inputToken={inputToken}
editable={false} editable={false}
label={t('Store your token safely')} label={t('Store your token safely')}
@ -225,7 +225,6 @@ const RobotProfile = ({
/> />
</Grid> </Grid>
</Grid> </Grid>
</Grid>
<Grid item sx={{ width: '100%' }}> <Grid item sx={{ width: '100%' }}>
<Box <Box
sx={{ sx={{

View File

@ -247,7 +247,7 @@ const RobotInfo: React.FC<Props> = ({ coordinator, onClose, disabled }: Props) =
{!openClaimRewards ? ( {!openClaimRewards ? (
<ListItemText secondary={t('Your compensations')}> <ListItemText secondary={t('Your compensations')}>
<Grid container> <Grid container justifyContent='space-between'>
<Grid item xs={9}> <Grid item xs={9}>
<Typography>{`${String(robot?.earnedRewards)} Sats`}</Typography> <Typography>{`${String(robot?.earnedRewards)} Sats`}</Typography>
</Grid> </Grid>