Coordinator view

This commit is contained in:
koalasat
2025-07-18 13:45:42 +02:00
parent abcf6d8412
commit 992a05bb64

View File

@ -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>