mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Coordinator view
This commit is contained in:
@ -394,7 +394,7 @@ const CoordinatorDialog = ({ open = false, onClose, shortAlias }: Props): React.
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog open={open} onClose={onClose}>
|
<Dialog open={open} onClose={onClose}>
|
||||||
<DialogContent style={{ width: 600 }}>
|
<DialogContent>
|
||||||
<Typography align='center' component='h5' variant='h5'>
|
<Typography align='center' component='h5' variant='h5'>
|
||||||
{String(coordinator?.longAlias)}
|
{String(coordinator?.longAlias)}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|||||||
Reference in New Issue
Block a user