We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a0971 commit 39fc3e7Copy full SHA for 39fc3e7
src/browser/modules/Stream/StartPreviewFrame.tsx
@@ -108,8 +108,4 @@ const mapDispatchToProps = (dispatch: Dispatch<Action>) => {
108
}
109
110
111
-export default withBus(
112
- connect(() => {
113
- return {}
114
- }, mapDispatchToProps)(PreviewFrame)
115
-)
+export default withBus(connect(null, mapDispatchToProps)(PreviewFrame))
0 commit comments