質問編集履歴
1
誤字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,9 +31,9 @@
|
|
31
31
|
}
|
32
32
|
}
|
33
33
|
|
34
|
-
export const
|
34
|
+
export const actionBReducer = (state = false, action) => {
|
35
35
|
switch(action.type) {
|
36
|
-
case '
|
36
|
+
case 'B_ACTION':
|
37
37
|
return action.status
|
38
38
|
default:
|
39
39
|
return state
|