Skip to content

Commit 63fa332

Browse files
Merge pull request #9 from webflow/fix-pick
Fix pick utility method
2 parents dda1b07 + 25e0b6d commit 63fa332

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)