Skip to content

Commit 3d2c8e4

Browse files
author
gurmeetb
committed
Fix for Issuse #1474
1 parent f76ad5c commit 3d2c8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/reducers/page/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function mergeSkills(state, { type, payload, error }) {
2929
const mergedSkills = {};
3030

3131
let maxIsNew = 0;
32-
32+
3333
if (type === 'PROFILE/ADD_SKILL_DONE') {
3434
// add skill logic
3535
let addedSkillName = '';

0 commit comments

Comments
 (0)