diff --git a/ui/src/ErrorBoundary.tsx b/ui/src/ErrorBoundary.tsx index 390ac0521..d1dae0826 100644 --- a/ui/src/ErrorBoundary.tsx +++ b/ui/src/ErrorBoundary.tsx @@ -20,7 +20,7 @@ const InternalError: StatelessComponent = props => (

- + Internal error

@@ -102,4 +102,4 @@ class ErrorBoundary extends Component { } } -export { ErrorBoundary }; +export { ErrorBoundary, InternalError }; diff --git a/ui/src/__snapshots__/ErrorBoundary.test.js.snap b/ui/src/__snapshots__/ErrorBoundary.test.js.snap index b7b84ab9a..e9909b532 100644 --- a/ui/src/__snapshots__/ErrorBoundary.test.js.snap +++ b/ui/src/__snapshots__/ErrorBoundary.test.js.snap @@ -9,7 +9,7 @@ exports[` matches snapshot 1`] = ` focusable=\\"false\\" data-prefix=\\"fas\\" data-icon=\\"bomb\\" - class=\\"svg-inline--fa fa-bomb fa-w-16 text-danger mr-2\\" + class=\\"svg-inline--fa fa-bomb fa-w-16 text-danger mr-4\\" role=\\"img\\" xmlns=\\"http://www.w3.org/2000/svg\\" viewbox=\\"0 0 512 512\\"