Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwenmemon committed Jun 21, 2023
1 parent 4cfa953 commit a4a3e09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/withViewportOffsetTop.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default function (WrappedComponent) {
WithViewportOffsetTop.propTypes = {
// eslint-disable-next-line react/forbid-prop-types
forwardedRef: PropTypes.oneOfType([PropTypes.func, PropTypes.shape({current: PropTypes.any})]),

};
WithViewportOffsetTop.defaultProps = {
forwardedRef: undefined,
Expand Down

0 comments on commit a4a3e09

Please sign in to comment.