Skip to content
Snippets Groups Projects
Unverified Commit 3f998193 authored by Maria Eduarda Cunha's avatar Maria Eduarda Cunha Committed by Diego Sampaio
Browse files

[FIX] Resolving console errors Administrations (#16139)

parent 097c7c04
No related branches found
No related tags found
No related merge requests found
import { Accordion, Button, Paragraph, Headline, Skeleton } from '@rocket.chat/fuselage'; import { Accordion, Button, Paragraph, Skeleton } from '@rocket.chat/fuselage';
import React from 'react'; import React from 'react';
import styled from 'styled-components'; import styled from 'styled-components';
...@@ -69,7 +69,7 @@ GroupPage.Skeleton = function GroupPageSkeleton() { ...@@ -69,7 +69,7 @@ GroupPage.Skeleton = function GroupPageSkeleton() {
const t = useTranslation(); const t = useTranslation();
return <div className='page-container'> return <div className='page-container'>
<Header rawSectionName={<Headline style={{ width: '20rem' }}><Skeleton /></Headline>}> <Header rawSectionName={<Skeleton style={{ width: '20rem' }}/>}>
<Header.ButtonSection> <Header.ButtonSection>
<Button <Button
children={t('Save_changes')} children={t('Save_changes')}
...@@ -81,7 +81,7 @@ GroupPage.Skeleton = function GroupPageSkeleton() { ...@@ -81,7 +81,7 @@ GroupPage.Skeleton = function GroupPageSkeleton() {
<div className='content'> <div className='content'>
<Wrapper> <Wrapper>
<Paragraph.Skeleton animated /> <Paragraph.Skeleton />
<Accordion className='page-settings'> <Accordion className='page-settings'>
<Section.Skeleton /> <Section.Skeleton />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment