We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b937d8a + fcf8e7f commit 4212e61Copy full SHA for 4212e61
src/shared/components/Settings/Profile/Skills/index.jsx
@@ -11,7 +11,6 @@ import _ from 'lodash';
11
import path from 'path';
12
import React from 'react';
13
import PT from 'prop-types';
14
-import { toastr } from 'react-redux-toastr';
15
import requireContext from 'require-context';
16
17
import Select from 'components/Select';
@@ -204,7 +203,6 @@ export default class Skills extends ConsentComponent {
204
203
));
205
206
if (index > -1) {
207
- toastr.info('', `You've already added skill "${selectedSkill.name}".`);
208
return;
209
}
210
0 commit comments