Router settings

This commit is contained in:
Byung Jun Park
2017-07-03 22:10:43 +09:00
parent 49fbd566d5
commit 6321099f9b
3 changed files with 22 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import * as signinActions from '../redux/action/signin';
export function mapStateToProps(state: any): SigninProps {
return {
isSignin: state.member.signin.isAuthenticated,
};
}