Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 2, 2021
1 parent dc0632f commit ddc100d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/manage/Blocks/PollutantIndex/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ const View = ({ providers_data, query, setQuery, ...props }) => {
?.filter((opt) => opt.value !== null) || []
);
}, [providers_data]);
console.log('HERE', pollutantsOptions);

return (
<div className="index-pollutants">
Expand Down

0 comments on commit ddc100d

Please sign in to comment.