Fix coordinator table avatars flip

This commit is contained in:
Reckless_Satoshi 2023-12-30 16:03:48 +00:00
parent 40b687dc18
commit 781aee5f50
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -78,7 +78,7 @@ const FederationTable = ({
shortAlias={params.row.shortAlias}
style={{ width: '3.215em', height: '3.215em' }}
smooth={true}
flipHorizontally={true}
flipHorizontally={false}
small={true}
/>
</Grid>