Skip to content

Commit

Permalink
Remove example online only component
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <peter.baker122@csiro.au>
  • Loading branch information
PeterBaker0 committed Sep 11, 2024
1 parent fde27a9 commit f692a1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/gui/pages/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ import Notebooks from '../components/workspace/notebooks';
import Breadcrumbs from '../components/ui/breadcrumbs';
import {NOTEBOOK_NAME_CAPITALIZED} from '../../buildconfig';
import {projectListVerbose} from '../themes';
import ExampleOnlineComponent from '../components/ui/ExampleOnlineOnlyComponent';

export default function Workspace() {
const breadcrumbs = [{title: 'Workspace'}];

return (
<React.Fragment>
{<ExampleOnlineComponent />}
{projectListVerbose && <Breadcrumbs data={breadcrumbs} />}
<Grid container spacing={3}>
<Grid item xs={12} md={12} lg={8}>
Expand Down

0 comments on commit f692a1c

Please sign in to comment.