Skip to content

Commit

Permalink
show NewDonorsCount and NewDonorsDonationTotalUsd on production
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed May 27, 2024
1 parent 4e22dae commit b50ef64
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/components/views/home/Home.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ const HomeIndex = () => {
<DonationsCount />
<hr />
<TotalDonations />
{isDevelopment && (
<>
<hr />
<NewDonorsCount />
<hr />
<NewDonorsDonationTotalUsd />
</>
)}
<hr />
<NewDonorsCount />
<hr />
<NewDonorsDonationTotalUsd />
</ContainerStyled>
);
};
Expand Down

0 comments on commit b50ef64

Please sign in to comment.