Skip to content

Commit

Permalink
Update src/components/_helpers/transferProps.js
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Kudrna <[email protected]>
  • Loading branch information
mbohal and adamkudrna authored Feb 13, 2024
1 parent 9ff68e6 commit b8d3303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_helpers/transferProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* When run in development mode, the function will log the error to the console if any invalid props are passed.
*
* @param props The props that were passed tot he React component
* @param props The props that were passed to the React component
* @returns The props to be passed to the HTML element
*/
export const transferProps = (props) => {
Expand Down

0 comments on commit b8d3303

Please sign in to comment.