mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-19 01:03:20 +00:00
Fix coordinator table avatars flip
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user