Skip to content

Commit

Permalink
fixed the errors that were causing the build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
layanb4 committed Nov 18, 2023
1 parent 9fd6c3c commit a0bf322
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/filtering/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ import "./Filter.css";
import Data from '../SampleData.json'

function Filtering(props) {

const [speciesData, setSpeciesData] = useState(data);

//const plantId = localStorage.getItem('plantId');



const plantId = props.id;
const [speciesData, setSpeciesData] = useState(Data);

Expand Down

0 comments on commit a0bf322

Please sign in to comment.