mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-22 05:09:01 +00:00
Fix duplicated version on stats for nerds
This commit is contained in:
parent
043b690089
commit
87d217ab6b
@ -661,24 +661,7 @@ const CoordinatorDialog = ({ open = false, onClose, network, shortAlias }: Props
|
|||||||
</ListItemText>
|
</ListItemText>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
||||||
<ListItem {...listItemProps}>
|
<Divider />
|
||||||
<ListItemIcon>
|
|
||||||
<RoboSatsNoTextIcon
|
|
||||||
sx={{
|
|
||||||
width: '1.4em',
|
|
||||||
height: '1.4em',
|
|
||||||
right: '0.2em',
|
|
||||||
position: 'relative',
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</ListItemIcon>
|
|
||||||
<ListItemText
|
|
||||||
primary={`${t('Coordinator')} ${coordinatorVersion} - ${t('Client')} ${String(
|
|
||||||
clientVersion.short,
|
|
||||||
)}`}
|
|
||||||
secondary={t('RoboSats version')}
|
|
||||||
/>
|
|
||||||
</ListItem>
|
|
||||||
|
|
||||||
<ListItem {...listItemProps}>
|
<ListItem {...listItemProps}>
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
|
Loading…
Reference in New Issue
Block a user