Reverting

This commit is contained in:
Michaela Brydon 2024-04-11 15:36:25 -04:00
parent beadf916a2
commit 4747165e16

View file

@ -408,6 +408,8 @@ export default {
},
getDisplayed(amount) {
return useMainStore().isUnverified
&& !useMainStore().isNoComp
&& !useMainStore().isITAC
? VERIFYING_COVERAGE
: formatAmountInDollars(amount);
},