Skip to content

Commit 5bd4f83

Browse files
committed
cleared sonar cloud complaints
1 parent be24653 commit 5bd4f83

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

frontend/src/components/LandingPage.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
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;

0 commit comments

Comments
 (0)