Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
ftm1337 committed Jul 11, 2024
1 parent 3dd81a7 commit b6bfaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ async function searchNFT(_NFTID) {
<br><br>
<h3>Claimable Farming Rewards</h3>
${LD.srewards[0]?LD.srewards[0]:"Unknown Token"} : ${ LD.crewards[0]?(LD.crewards[0]/(LD.drewards[0]?LD.dewards[0]:1)).toFixed(Math.log10(LD.drewards[0])):0 }
${LD.srewards[0]?LD.srewards[0]:"Unknown Token"} : ${ LD.crewards[0]?(LD.crewards[0]/(LD.drewards[0]?LD.dewards[0]:1)).toFixed(Math.log10(LD.drewards[0]?LD.drewards[0]:1)):0 }
<br><button class="submit equal-gradient" onclick="LD_claimRewards()"> Claim Farming Rewards </button>
<br><br>
Expand Down

0 comments on commit b6bfaf1

Please sign in to comment.