Skip connect
until it is needed.
It seems to subscribe to the store if connected.
This commit is contained in:
parent
abff1f3259
commit
198c191fd2
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,3 @@
|
|||
import { connect } from 'react-redux';
|
||||
|
||||
import LivestreamLink from './view';
|
||||
|
||||
export default connect()(LivestreamLink);
|
||||
export default LivestreamLink;
|
||||
|
|
Loading…
Reference in a new issue