Skip to content

Commit

Permalink
Update Prices.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
manikumarreddyu authored Oct 7, 2024
1 parent 1db29f0 commit bab98ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Prices.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Prices = () => {
useEffect(() => {
const timer = setTimeout(() => {
setLoading(false);
}, 1000);
}, 3000);

return () => clearTimeout(timer);
}, []);
Expand Down

0 comments on commit bab98ad

Please sign in to comment.