Skip to content

Commit

Permalink
updated: flowrate in tokens instead wei for activity popover
Browse files Browse the repository at this point in the history
  • Loading branch information
Salmandabbakuti committed Jun 20, 2024
1 parent cba04a9 commit 4e5fc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export default function Home() {
</a>
</p>
<p>
<strong>Flow Rate: </strong> {activity?.flowRate}
<strong>Flow Rate: </strong> {calculateFlowRateInTokenPerMonth(activity?.flowRate)} {tokenData?.symbol}/mo
</p>
<p>
<strong>Timestamp: </strong>
Expand Down

0 comments on commit 4e5fc4e

Please sign in to comment.