Renamed RECIEVED_* to RECEIVED_*
Этот коммит содержится в:
@@ -49,7 +49,7 @@ class RhsComment extends React.Component {
|
||||
ChannelStore.setChannelMember(member);
|
||||
|
||||
AppDispatcher.handleServerAction({
|
||||
type: ActionTypes.RECIEVED_POST,
|
||||
type: ActionTypes.RECEIVED_POST,
|
||||
post: data
|
||||
});
|
||||
},
|
||||
@@ -267,4 +267,4 @@ RhsComment.propTypes = {
|
||||
post: React.PropTypes.object
|
||||
};
|
||||
|
||||
export default injectIntl(RhsComment);
|
||||
export default injectIntl(RhsComment);
|
||||
|
||||
Ссылка в новой задаче
Block a user