diff --git a/frontend/src/components/Dialogs/Coordinator.tsx b/frontend/src/components/Dialogs/Coordinator.tsx index e27beba6..a098d909 100644 --- a/frontend/src/components/Dialogs/Coordinator.tsx +++ b/frontend/src/components/Dialogs/Coordinator.tsx @@ -340,7 +340,7 @@ const BadgesHall = ({ badges }: BadgesProps): JSX.Element => { const CoordinatorDialog = ({ open = false, onClose, network, shortAlias }: Props): JSX.Element => { const { t } = useTranslation(); - const { clientVersion, page } = useContext(AppContext); + const { clientVersion, page, settings, origin } = useContext(AppContext); const { federation } = useContext(FederationContext); const coordinator = federation.getCoordinator(shortAlias); @@ -365,7 +365,6 @@ const CoordinatorDialog = ({ open = false, onClose, network, shortAlias }: Props shortAlias={coordinator?.shortAlias} style={{ width: '7.5em', height: '7.5em' }} smooth={true} - flipHorizontally={false} /> @@ -632,6 +631,40 @@ const CoordinatorDialog = ({ open = false, onClose, network, shortAlias }: Props + + + + + + + {`${coordinator?.[settings.network][origin]}`} + + + + + + + + + + +