mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-27 08:00:51 +01:00
Group changes
This commit is contained in:
parent
f9714c066f
commit
10e0c92100
@ -105,7 +105,6 @@ export const GroupInformationView: FC<GroupInformationViewProps> = props =>
|
|||||||
if(!groupInformation) return null;
|
if(!groupInformation) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<Grid overflow="hidden">
|
<Grid overflow="hidden">
|
||||||
<Column center size={ 3 } overflow="hidden">
|
<Column center size={ 3 } overflow="hidden">
|
||||||
<Flex alignItems="center" overflow="hidden" className="group-badge">
|
<Flex alignItems="center" overflow="hidden" className="group-badge">
|
||||||
@ -148,6 +147,5 @@ export const GroupInformationView: FC<GroupInformationViewProps> = props =>
|
|||||||
</Column>
|
</Column>
|
||||||
</Column>
|
</Column>
|
||||||
</Grid>
|
</Grid>
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user