mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-20 17:53:22 +00:00
WIP
This commit is contained in:
@ -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={{
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user