Skip to content
Snippets Groups Projects
Commit 854ed17c authored by Mathias Maaß's avatar Mathias Maaß Committed by Glenn Fischer
Browse files

adjust workspace area

parent d90edb9c
Branches
Tags
No related merge requests found
......@@ -3,6 +3,7 @@ import { shallow } from 'enzyme';
import WorkspaceControlPanel from '../../../src/containers/WorkspaceControlPanel';
import Workspace from '../../../src/containers/Workspace';
import WorkspaceAdd from '../../../src/containers/WorkspaceAdd';
import ErrorDialog from '../../../src/containers/ErrorDialog';
import { WorkspaceArea } from '../../../src/components/WorkspaceArea';
/** */
......@@ -29,6 +30,7 @@ describe('WorkspaceArea', () => {
<main>
<WorkspaceControlPanel />
<Workspace />
<ErrorDialog />
</main>,
)).toBeTruthy();
});
......
......@@ -32,7 +32,7 @@ export class WorkspaceArea extends Component {
? <WorkspaceAdd />
: <Workspace />
}
{<ErrorDialog />}
<ErrorDialog />
</main>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment