mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 17:23:19 +00:00
WIP
This commit is contained in:
@ -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%' }}>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user