mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +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;
|
||||
|
||||
return (
|
||||
<>
|
||||
<Grid overflow="hidden">
|
||||
<Column center size={ 3 } overflow="hidden">
|
||||
<Flex alignItems="center" overflow="hidden" className="group-badge">
|
||||
@ -148,6 +147,5 @@ export const GroupInformationView: FC<GroupInformationViewProps> = props =>
|
||||
</Column>
|
||||
</Column>
|
||||
</Grid>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user