Skip to content

Commit

Permalink
fix: cleaned some code
Browse files Browse the repository at this point in the history
  • Loading branch information
Bailonis committed Sep 19, 2023
1 parent 9beca8b commit af66ded
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ const DemandContextProvider: React.FC<React.PropsWithChildren<{}>> = (props) =>
setDemandProps(result);
} catch (error) {
console.error('Error fetching demands:', error);
console.log(demands)
}
}, [demands]);
}, []);

useEffect(() => {
fetchDemandProps();
Expand Down

0 comments on commit af66ded

Please sign in to comment.