Merge pull request #2101 from hmhealey/plt1415

PLT-1415 Renamed RECIEVED_* to RECEIVED_*
Этот коммит содержится в:
Christopher Speller
2016-02-08 12:56:36 -05:00
родитель b6300b1656 2af8614236
Коммит 0fcb4252c8
27 изменённых файлов: 120 добавлений и 120 удалений

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

@@ -84,7 +84,7 @@ class ImportThemeModal extends React.Component {
Client.updateUser(user,
(data) => {
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_ME,
type: ActionTypes.RECEIVED_ME,
me: data
});
@@ -212,4 +212,4 @@ ImportThemeModal.propTypes = {
intl: intlShape.isRequired
};
export default injectIntl(ImportThemeModal);
export default injectIntl(ImportThemeModal);

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

@@ -107,7 +107,7 @@ export default class ThemeSetting extends React.Component {
Client.updateUser(user,
(data) => {
AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_ME,
type: ActionTypes.RECEIVED_ME,
me: data
});