[FIX] Resolving console errors Administrations (#16139)

pull/16141/head
Maria Eduarda Cunha 6 years ago committed by Guilherme Gazzo
parent e88d930a02
commit eae58fac19
  1. 6
      client/components/admin/settings/GroupPage.js

@ -1,4 +1,4 @@
import { Accordion, Button, Paragraph, Headline, Skeleton } from '@rocket.chat/fuselage';
import { Accordion, Button, Paragraph, Skeleton } from '@rocket.chat/fuselage';
import React from 'react';
import styled from 'styled-components';
@ -69,7 +69,7 @@ GroupPage.Skeleton = function GroupPageSkeleton() {
const t = useTranslation();
return <div className='page-container'>
<Header rawSectionName={<Headline style={{ width: '20rem' }}><Skeleton /></Headline>}>
<Header rawSectionName={<Skeleton style={{ width: '20rem' }}/>}>
<Header.ButtonSection>
<Button
children={t('Save_changes')}
@ -81,7 +81,7 @@ GroupPage.Skeleton = function GroupPageSkeleton() {
<div className='content'>
<Wrapper>
<Paragraph.Skeleton animated />
<Paragraph.Skeleton />
<Accordion className='page-settings'>
<Section.Skeleton />

Loading…
Cancel
Save