Skip to content

Commit

Permalink
update 170424 19:57
Browse files Browse the repository at this point in the history
  • Loading branch information
SPxiaomin committed Apr 24, 2017
1 parent 0afd7d4 commit cb45930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/src/containers/VisibleHello.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { connect } from 'react-redux';
import Hello from '../components/Hello';
import { VisibleHello } from '../actions';
import { changeText } from '../actions';

function mapStateToProps(state) {
return {
Expand All @@ -11,7 +11,7 @@ function mapStateToProps(state) {
function mapDispatchToProps(dispatch) {
return {
changeText: () => {
dispatch(VisibleHello());
dispatch(changeText());
}
};
}
Expand Down

0 comments on commit cb45930

Please sign in to comment.