Skip to content

Commit

Permalink
🪄 [QA] Update stage environments (#671)
Browse files Browse the repository at this point in the history
This is a pull request that upon merging will update stage environments
with recent `main` changes.
The environments that will be updated:
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/

Read more: [Deployment to Production
Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
  • Loading branch information
andreachapman authored Nov 9, 2023
2 parents 0dff8a8 + 08c1473 commit 7a1eb5b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ export default function LeaderboardItem({
<span className="address">
{username || truncateAddress(address)}
</span>
<span className="xp">{bigIntToDisplayUserAmount(amount)} XP</span>
<span className="xp">
{bigIntToDisplayUserAmount(amount, 18, 0)} XP
</span>
</div>
</li>
<style jsx>{`
Expand Down

0 comments on commit 7a1eb5b

Please sign in to comment.