Skip to content

Commit 2e20a8f

Browse files
committed
Remove observer call from tab to fix embed in overmind
1 parent f9a7742 commit 2e20a8f

File tree

1 file changed

+1
-2
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Content/Tabs/Tab

1 file changed

+1
-2
lines changed

packages/app/src/app/pages/Sandbox/Editor/Content/Tabs/Tab/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as React from 'react';
2-
import { observer } from 'app/componentConnectors';
32

43
import { ContextMenu } from 'app/components/ContextMenu';
54
import { Container, TabTitle, StyledCloseIcon } from './elements';
@@ -85,4 +84,4 @@ class Tab extends React.Component {
8584
}
8685
}
8786

88-
export default observer(Tab);
87+
export default Tab;

0 commit comments

Comments
 (0)