Skip to content

Commit

Permalink
removed Error from layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
catosaurusrex2003 committed Nov 28, 2024
1 parent 5f1b8e2 commit 4f524be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/containers/AsyncApi/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Servers } from '../Servers/Servers';
import { Operations } from '../Operations/Operations';
import { Messages } from '../Messages/Messages';
import { Schemas } from '../Schemas/Schemas';
import { Error } from '../Error/Error';

import { ConfigInterface } from '../../config';
import { SpecificationContext, ConfigContext } from '../../contexts';
Expand Down Expand Up @@ -58,7 +57,6 @@ const AsyncApiLayout: React.FunctionComponent<Props> = ({
{configShow.sidebar && <Sidebar />}
<div className="panel--center relative py-8 flex-1">
<div className="relative z-10">
{configShow.errors && error && <Error error={error} />}
{configShow.info && <Info />}
{configShow.servers && <Servers />}
{configShow.operations && <Operations />}
Expand Down

0 comments on commit 4f524be

Please sign in to comment.