mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31: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}
|
shortAlias={params.row.shortAlias}
|
||||||
style={{ width: '3.215em', height: '3.215em' }}
|
style={{ width: '3.215em', height: '3.215em' }}
|
||||||
smooth={true}
|
smooth={true}
|
||||||
flipHorizontally={false}
|
|
||||||
small={true}
|
small={true}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
@ -73,12 +73,9 @@ const SelectCoordinator: React.FC<SelectCoordinatorProps> = ({ coordinator, setC
|
|||||||
>
|
>
|
||||||
<Grid item>
|
<Grid item>
|
||||||
<RobotAvatar
|
<RobotAvatar
|
||||||
nickname={coordinator}
|
shortAlias={coordinator}
|
||||||
coordinator={true}
|
|
||||||
style={{ width: '3em', height: '3em' }}
|
style={{ width: '3em', height: '3em' }}
|
||||||
smooth={true}
|
smooth={true}
|
||||||
flipHorizontally={true}
|
|
||||||
baseUrl={hostUrl}
|
|
||||||
small={true}
|
small={true}
|
||||||
/>
|
/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
Reference in New Issue
Block a user