File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " app" ,
3- "version" : " 2.14.33 " ,
3+ "version" : " 2.14.34 " ,
44 "private" : true ,
55 "scripts" : {
66 "bump" : " bump patch --tag --commit 'testnet release '" ,
Original file line number Diff line number Diff line change @@ -416,7 +416,9 @@ export default defineComponent({
416416 "flex items-center justify-end font-mono" ,
417417 ] }
418418 >
419- { isNil ( this . $props . poolStat ?. rewardApr ) ? "..." : `0.00%` }
419+ { isNil ( this . $props . poolStat ?. rewardApr )
420+ ? "..."
421+ : `${ ( Number ( this . $props . poolStat ?. rewardApr ) ?? 0 ) . toFixed ( 2 ) } %` }
420422 </ div >
421423 < div
422424 class = { [
Original file line number Diff line number Diff line change @@ -269,7 +269,9 @@ export default defineComponent({
269269 < td class = "text-mono text-right align-middle" >
270270 ${ prettyNumber ( item . volume ) }
271271 </ td >
272- < td class = "text-mono text-right align-middle" > 0.00%</ td >
272+ < td class = "text-mono text-right align-middle" >
273+ { item . rewardApr } %
274+ </ td >
273275 < td class = "text-mono text-right align-middle" >
274276 { item . pairedApr } %
275277 </ td >
Original file line number Diff line number Diff line change 11{
22 "name" : " sifchain-ui" ,
3- "version" : " 2.14.33 " ,
3+ "version" : " 2.14.34 " ,
44 "private" : true ,
55 "license" : " UNLICENSED" ,
66 "packageManager" :
" [email protected] " ,
You can’t perform that action at this time.
0 commit comments