diff --git a/frontend/src/components/LandingPage.vue b/frontend/src/components/LandingPage.vue index b7b98dec..1fbb9598 100644 --- a/frontend/src/components/LandingPage.vue +++ b/frontend/src/components/LandingPage.vue @@ -72,7 +72,7 @@

Status of your funding agreement for the current fiscal year: Active

Status: Submitted

View Application - View Application + View Application

Fiscal year runs April 1 to March 31

@@ -312,13 +312,13 @@ export default { ...mapState('navBar', ['navBarList']), ...mapState('organization', ['fundingAgreementNumber', 'organizationAccountNumber', 'organizationProviderType', 'organizationId', 'organizationName', 'organizationAccountNumber']), ...mapState('application', ['applicationType', 'programYearId', 'programYearLabel', 'ccofApplicationStatus', 'unlockBaseFunding', 'isRenewal', - 'unlockDeclaration', 'unlockEcewe', 'unlockLicenseUpload', 'unlockSupportingDocuments', 'applicationStatus', 'applicationMap']), + 'unlockDeclaration', 'unlockEcewe', 'unlockLicenseUpload', 'unlockSupportingDocuments', 'applicationStatus', 'applicationMap', 'applicationId']), ...mapState('reportChanges', ['changeRequestStore']), getRenewYearLabel(){ console.log('sss'); console.log(this.applicationType); console.log(this.ccofRenewStatus); - if (this.applicationType == "NEW" && this.applicationStatus == "DRAFT" ){ + if (this.applicationType == "NEW" && this.applicationStatus == "DRAFT" || (!this.applicationId)){ console.log('no year'); return ""; }