mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 09:38:54 +08:00
Lint
This commit is contained in:
@@ -81,7 +81,10 @@ class ConfigureStreamContainer extends Component {
|
||||
|
||||
const mapStateToProps = (state) => ({
|
||||
config: state.config.toJS(),
|
||||
asset: state.items.get('assets').first().toJS()
|
||||
asset: state.items
|
||||
.get('assets')
|
||||
.first()
|
||||
.toJS()
|
||||
});
|
||||
|
||||
const mapDispatchToProps = dispatch => ({
|
||||
|
||||
Reference in New Issue
Block a user