teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字の修正

2019/04/30 10:16

投稿

ajigomi
ajigomi

スコア11

title CHANGED
File without changes
body CHANGED
@@ -31,9 +31,9 @@
31
31
  }
32
32
  }
33
33
 
34
- export const actionAReducer = (state = false, action) => {
34
+ export const actionBReducer = (state = false, action) => {
35
35
  switch(action.type) {
36
- case 'A_ACTION':
36
+ case 'B_ACTION':
37
37
  return action.status
38
38
  default:
39
39
  return state