mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-21 20:59:01 +00:00
Fix coordinator table avatars flip
This commit is contained in:
parent
40b687dc18
commit
781aee5f50
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user