Skip to content

Commit 4212e61

Browse files
Merge pull request #1546 from suppermancool/issue-1486
fix issue #1486
2 parents b937d8a + fcf8e7f commit 4212e61

File tree

1 file changed

+0
-2
lines changed
  • src/shared/components/Settings/Profile/Skills

1 file changed

+0
-2
lines changed

src/shared/components/Settings/Profile/Skills/index.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import _ from 'lodash';
1111
import path from 'path';
1212
import React from 'react';
1313
import PT from 'prop-types';
14-
import { toastr } from 'react-redux-toastr';
1514
import requireContext from 'require-context';
1615

1716
import Select from 'components/Select';
@@ -204,7 +203,6 @@ export default class Skills extends ConsentComponent {
204203
));
205204

206205
if (index > -1) {
207-
toastr.info('', `You've already added skill "${selectedSkill.name}".`);
208206
return;
209207
}
210208

0 commit comments

Comments
 (0)