Skip to content

Commit

Permalink
fix: fix linting erors
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Jun 7, 2021
1 parent 8fa0a46 commit 3e1fd5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/observability-packs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { css } from '@emotion/react';
import PackTile from '../components/PackTile';
import PackList from '../components/PackList';
import Select from '../components/Select';
import { SearchInput, Button, Dropdown } from '@newrelic/gatsby-theme-newrelic';
import { SearchInput, Button } from '@newrelic/gatsby-theme-newrelic';
import { useQueryParam, StringParam } from 'use-query-params';

const sortOptionValues = ['Alphabetical', 'Reverse', 'Popularity'];
Expand Down Expand Up @@ -283,4 +283,8 @@ const FormControl = ({ children }) => (
</div>
);

FormControl.propTypes = {
children: PropTypes.node,
};

export default ObservabilityPacksPage;

0 comments on commit 3e1fd5a

Please sign in to comment.