mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add basic version of Comments component
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import {
|
||||
POST_REQUEST_START,
|
||||
POST_REQUEST_SUCCESS,
|
||||
POST_REQUEST_FAILURE,
|
||||
} from '../actions/requestPost';
|
||||
|
||||
import {
|
||||
@@ -42,8 +40,6 @@ const postReducer = (
|
||||
postStatusId: action.newPostStatusId,
|
||||
};
|
||||
|
||||
case POST_REQUEST_START:
|
||||
case POST_REQUEST_FAILURE:
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user