mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 17:23:19 +00:00
Fix coordinator table avatars flip
This commit is contained in:
@ -78,7 +78,7 @@ const FederationTable = ({
|
|||||||
shortAlias={params.row.shortAlias}
|
shortAlias={params.row.shortAlias}
|
||||||
style={{ width: '3.215em', height: '3.215em' }}
|
style={{ width: '3.215em', height: '3.215em' }}
|
||||||
smooth={true}
|
smooth={true}
|
||||||
flipHorizontally={true}
|
flipHorizontally={false}
|
||||||
small={true}
|
small={true}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Reference in New Issue
Block a user