Skip to content

Commit

Permalink
Merge pull request #106 from BibliothecaDAO/stake-fix
Browse files Browse the repository at this point in the history
format
  • Loading branch information
ponderingdemocritus authored Jan 26, 2024
2 parents 2ff9e39 + 4500693 commit e97ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/staking/StakingContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const StakingContainer = () => {
<span className="mr-6 text-sm">Epoch 11-35:</span>
<span className="mr-3 flex">
<Lords className="mr-2 h-5 w-5 fill-current" />
{formatEther(poolClaimAmount ?? 0n).toLocaleString()} /{" "}
{poolClaimAmount?.toLocaleString() ?? 0} /{" "}
{formatEther(poolTotal ?? 0n).toLocaleString() ?? 0n}
</span>
<Button
Expand Down

0 comments on commit e97ce41

Please sign in to comment.