Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Mar 28, 2024
1 parent 7b446b2 commit 5ba7f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/home/NewDonorsCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const DonorsCount = () => {
const [fromDate, setFromDate] = useState(firstOfThisMonth());
const [toDate, setToDate] = useState(firstOfNextMonth());
const { newDonorsCount, loading } = useNewDonorsCount(fromDate, toDate);

return (
<RowStyled>
<Col md={4}>
Expand Down

0 comments on commit 5ba7f30

Please sign in to comment.