Skip to content

Commit 39fc3e7

Browse files
committed
remove placeholder fn, replace with null
1 parent e9a0971 commit 39fc3e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/browser/modules/Stream/StartPreviewFrame.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,4 @@ const mapDispatchToProps = (dispatch: Dispatch<Action>) => {
108108
}
109109
}
110110

111-
export default withBus(
112-
connect(() => {
113-
return {}
114-
}, mapDispatchToProps)(PreviewFrame)
115-
)
111+
export default withBus(connect(null, mapDispatchToProps)(PreviewFrame))

0 commit comments

Comments
 (0)