File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 </div >
1111
1212 <div class =" pb-12 text-h4 text-center" >What would you like to do?</div >
13-
14- <!-- ccfri-8204 temporary fix, can be enabled later.
15- <AppAlertBanner v-if="showNotGoodStandingWarning" type="warning" class="mb-4 w-100">
16- Your organization is not in good standing with BC Registries and Online Services. Being in good standing is a
17- requirement to receive CCOF Funding. Contact BC Registries and Online Services immediately to resolve. Please
18- disregard this message if you have already resolved your status.
19- </AppAlertBanner>-->
20-
2113 <v-row >
2214 <v-col v-if =" hasPermission(PERMISSIONS.DOWNLOAD_PCF_PDF)" cols =" 12" :lg =" isCCOFStatusNew ? 6 : 4" >
2315 <SmallCard >
@@ -679,13 +671,6 @@ export default {
679671 isCCOFStatusNew () {
680672 return this .ccofStatus === this .CCOF_STATUS .NEW ;
681673 },
682- /* ccfri-8204 temporary fix, can be enabled later.
683- showNotGoodStandingWarning() {
684- return (
685- this.userInfo?.organizationGoodStandingStatus === ORGANIZATION_GOOD_STANDING_STATUSES.FAIL &&
686- !this.userInfo.organizationBypassGoodStandingCheck
687- );
688- },*/
689674 showOrganizationClosuresButton () {
690675 if (! this .hasPermission (this .PERMISSIONS .VIEW_CLOSURES )) {
691676 return false ;
You can’t perform that action at this time.
0 commit comments