Reverting
This commit is contained in:
parent
beadf916a2
commit
4747165e16
1 changed files with 2 additions and 0 deletions
|
|
@ -408,6 +408,8 @@ export default {
|
|||
},
|
||||
getDisplayed(amount) {
|
||||
return useMainStore().isUnverified
|
||||
&& !useMainStore().isNoComp
|
||||
&& !useMainStore().isITAC
|
||||
? VERIFYING_COVERAGE
|
||||
: formatAmountInDollars(amount);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue