Skip to content

Commit 26d9aed

Browse files
committed
removed ErrorHandler from StateRoute
1 parent 535ab2d commit 26d9aed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/app/components/StateRoute.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import PerformanceVisx from './PerformanceVisx';
2222
import WebMetrics from './WebMetrics';
2323

2424
const History = require('./History').default;
25-
const ErrorHandler = require('./ErrorHandler').default;
2625

2726
const NO_STATE_MSG = 'No state change detected. Trigger an event to change state';
2827
// eslint-disable-next-line react/prop-types

src/app/containers/MainContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function MainContainer(): JSX.Element {
9292
);
9393

9494
currentPort.onDisconnect.addListener(() => {
95-
console.log('this port is disconeccting line 79');
95+
console.log('this port is disconnecting line 79');
9696
// disconnecting
9797
});
9898

0 commit comments

Comments
 (0)