Skip to content

Commit 5b45276

Browse files
Merge pull request #1714 from gurmeetb/issue_1306
Fix for Issue #1306
2 parents be48af8 + e02b13c commit 5b45276

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/shared/reducers/page/settings.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* Reducers for settings page UI.
33
*/
44
import _ from 'lodash';
5-
import { config } from 'topcoder-react-utils';
5+
6+
import { logger, config } from 'topcoder-react-utils';
67
import { handleActions } from 'redux-actions';
78
import { toastr } from 'react-redux-toastr';
89

@@ -136,6 +137,7 @@ function onDeleteWebLinkDone(state, { payload, error }) {
136137

137138
function onLinkExternalAccountDone(state, { payload, error }) {
138139
if (error) {
140+
logger.error(error);
139141
return state;
140142
}
141143

0 commit comments

Comments
 (0)