File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -416,9 +416,7 @@ export default defineComponent({
416416 "flex items-center justify-end font-mono" ,
417417 ] }
418418 >
419- { isNil ( this . $props . poolStat ?. rewardApr )
420- ? "..."
421- : `${ ( Number ( this . $props . poolStat ?. rewardApr ) ?? 0 ) . toFixed ( 2 ) } %` }
419+ { isNil ( this . $props . poolStat ?. rewardApr ) ? "..." : `0.00%` }
422420 </ div >
423421 < div
424422 class = { [
Original file line number Diff line number Diff line change @@ -269,9 +269,7 @@ 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" >
273- { item . rewardApr } %
274- </ td >
272+ < td class = "text-mono text-right align-middle" > 0.00%</ td >
275273 < td class = "text-mono text-right align-middle" >
276274 { item . pairedApr } %
277275 </ td >
You can’t perform that action at this time.
0 commit comments