Skip to content

Commit

Permalink
fix: loading
Browse files Browse the repository at this point in the history
  • Loading branch information
snurfer0 committed Dec 9, 2023
1 parent 160de46 commit 4c3caaf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/templates/fundraisers.template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ const FundraisersTemplate: React.FC = () => {
};
}, [fetchNextPage, hasNextPage, data]);

if (!data) {
return <Loading />;
}

if (error) {
return (
<div className="text-center mt-20">
Expand Down

0 comments on commit 4c3caaf

Please sign in to comment.