diff --git a/frontend/src/components/LandingPage.vue b/frontend/src/components/LandingPage.vue index f3b41b2ce..df362145f 100644 --- a/frontend/src/components/LandingPage.vue +++ b/frontend/src/components/LandingPage.vue @@ -69,7 +69,7 @@
-

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

+

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

Status: Submitted

View Recent Application View Recent Application @@ -365,6 +365,7 @@ export default { }, isRenewEnabled() { console.log('can renew?: ' , this.isWithinRenewDate); + //renew disabled because current NEW application is in progress if (this.applicationType === 'NEW' && this.applicationStatus === 'DRAFT') { return false; }