質問編集履歴

1

誤字の修正

2019/04/30 10:16

投稿

ajigomi
ajigomi

スコア11

test CHANGED
File without changes
test CHANGED
@@ -64,11 +64,11 @@
64
64
 
65
65
 
66
66
 
67
- export const actionAReducer = (state = false, action) => {
67
+ export const actionBReducer = (state = false, action) => {
68
68
 
69
69
  switch(action.type) {
70
70
 
71
- case 'A_ACTION':
71
+ case 'B_ACTION':
72
72
 
73
73
  return action.status
74
74