Skip to content

Commit

Permalink
Merge branch '202411-staking-yield' of github.com:the-standard/decent…
Browse files Browse the repository at this point in the history
…ralised-dashboard-fork into beta
  • Loading branch information
ZakMooney committed Nov 8, 2024
2 parents e3def72 + 94f2e05 commit 05de017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/tst-staking/StakingSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ const STATUS_TIERS = [
iconColor: 'text-gray-600'
}
];
<i data-lucide="shield" className="h-6 w-6 text-emerald-500"></i>

const formatNumber = (number, decimals = 2) => {
if (typeof number === 'string') number = parseFloat(number);
Expand Down

0 comments on commit 05de017

Please sign in to comment.