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,15 +215,14 @@ const RobotProfile = ({
alignItems='stretch'
sx={{ width: '100%' }}
>
<Grid item xs={12}>
<TokenInput
inputToken={inputToken}
editable={false}
label={t('Store your token safely')}
setInputToken={setInputToken}
onPressEnter={() => null}
/>
</Grid>
<TokenInput
fullWidth
inputToken={inputToken}
editable={false}
label={t('Store your token safely')}
setInputToken={setInputToken}
onPressEnter={() => null}
/>
</Grid>
</Grid>
<Grid item sx={{ width: '100%' }}>

View File

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