Renamed RECIEVED_* to RECEIVED_*

Этот коммит содержится в:
hmhealey
2016-02-08 10:33:59 -05:00
родитель 96cb7345da
Коммит 2af8614236
27 изменённых файлов: 120 добавлений и 120 удалений

Просмотреть файл

@@ -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);