Skip to content

Commit

Permalink
chore: removes comment (#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Sep 26, 2024
1 parent 1715a6a commit 68f1774
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export function convertSnakeCaseProps<P>(
delete newProps[key]
}
}
// add tests!!!M PLX YAY

return isFrozen ? Object.freeze(newProps) : newProps
}
Expand Down

0 comments on commit 68f1774

Please sign in to comment.