Skip to content

Commit

Permalink
remove old error box
Browse files Browse the repository at this point in the history
see #654
  • Loading branch information
danieleguido committed Jul 31, 2024
1 parent 439790c commit cbf15a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/ArticleV3/Article.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ArticleThebeProvider } from './ArticleThebeProvider'
import ArticleCell from './ArticleCell'
import ArticleLayers from './ArticleLayers'
import { useNotebook } from '../../hooks/ipynbV3'
import ConnectionErrorBox from './ConnectionErrorBox'
import { useExecutionScope } from './ExecutionScope'
import ArticleToC from './ArticleToC'
import ArticleCellObserver from './ArticleCellObserver'
Expand Down Expand Up @@ -59,8 +58,6 @@ const Article = ({
headingsPositions={headingsPositions}
/>

<ConnectionErrorBox />

<ArticleHeader
className="page mt-2 pb-0"
title={title}
Expand Down

0 comments on commit cbf15a5

Please sign in to comment.