Skip to content

Commit 25e0b6d

Browse files
Fix pick utility method
1 parent dda1b07 commit 25e0b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export const pick = (obj, ...props) => {
99
}
1010
});
1111

12-
return obj;
12+
return picked;
1313
};

0 commit comments

Comments
 (0)