Fix state mixup

This commit is contained in:
Thomas Nordquist
2019-01-20 18:48:18 +01:00
parent 82ef5bc4e7
commit 1719876734
2 changed files with 5 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ import Publish from './Publish/Publish'
import Topic from './Topic'
import ValueRenderer from './ValueRenderer'
import { connect } from 'react-redux'
import { bindActionCreators } from 'redux';
import { bindActionCreators } from 'redux'
const throttle = require('lodash.throttle')