Skip to content

Commit

Permalink
fix: commenting out wrongly reported fund
Browse files Browse the repository at this point in the history
  • Loading branch information
xnyl committed Dec 21, 2022
1 parent eb28c30 commit b139eaa
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 86 deletions.
16 changes: 8 additions & 8 deletions src/controllers/pages/darknodeStatsPage/DarknodeStatsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -462,14 +462,14 @@ export const DarknodeStatsPage = () => {
quoteCurrency={quoteCurrency}
dark={true}
/>
<FeesStat
fees={fundCollection}
feesInUsd={fundCollectionInUsd}
message="Community fund"
infoLabel="7.12% of rewards are collected towards a fund controlled by the Ren community."
quoteCurrency={quoteCurrency}
dark={true}
/>
{/*<FeesStat*/}
{/* fees={fundCollection}*/}
{/* feesInUsd={fundCollectionInUsd}*/}
{/* message="Community fund"*/}
{/* infoLabel="7.12% of rewards are collected towards a fund controlled by the Ren community."*/}
{/* quoteCurrency={quoteCurrency}*/}
{/* dark={true}*/}
{/*/>*/}
<FeesStat
fees={previousNetworkMerged}
feesInUsd={previousNetworkInUsdMerged}
Expand Down
Loading

0 comments on commit b139eaa

Please sign in to comment.