Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyzanchi committed Dec 20, 2023
1 parent 0d6fcf1 commit 1df4be5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby-theme-newrelic/src/components/Tabs/Bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const MobileTabControl = ({ children, className }) => {
);
};

/* eslint-enable react/prop-types */
MobileTabControl.propTypes = {
children: PropTypes.node.isRequired,
className: PropTypes.string,
Expand Down

0 comments on commit 1df4be5

Please sign in to comment.