mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Fix coordinator avatar on maker form
This commit is contained in:
parent
781aee5f50
commit
278c222b85
@ -78,7 +78,6 @@ const FederationTable = ({
|
||||
shortAlias={params.row.shortAlias}
|
||||
style={{ width: '3.215em', height: '3.215em' }}
|
||||
smooth={true}
|
||||
flipHorizontally={false}
|
||||
small={true}
|
||||
/>
|
||||
</Grid>
|
||||
|
@ -73,12 +73,9 @@ const SelectCoordinator: React.FC<SelectCoordinatorProps> = ({ coordinator, setC
|
||||
>
|
||||
<Grid item>
|
||||
<RobotAvatar
|
||||
nickname={coordinator}
|
||||
coordinator={true}
|
||||
shortAlias={coordinator}
|
||||
style={{ width: '3em', height: '3em' }}
|
||||
smooth={true}
|
||||
flipHorizontally={true}
|
||||
baseUrl={hostUrl}
|
||||
small={true}
|
||||
/>
|
||||
</Grid>
|
||||
|
Loading…
Reference in New Issue
Block a user