Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSharma72 committed Oct 11, 2024
1 parent 77b7b7c commit 2446f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/component/Community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Community = (props) => {
const fetchData = async () => {
setLoading(true); // Set loading to true before fetching
await getGlobalProjects();
// setLoading(false); // Set loading to false after data is fetched
setLoading(false); // Set loading to false after data is fetched
};
fetchData();
// eslint-disable-next-line
Expand Down

0 comments on commit 2446f66

Please sign in to comment.