Skip to content

Commit

Permalink
button
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Dec 15, 2023
1 parent 3860dfa commit b1182ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/LandingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<v-btn :color='buttonColor(!isRenewEnabled)' dark v-if="ccofRenewStatus === RENEW_STATUS_NEW" @click="renewApplication()">Renew my Funding Agreement </v-btn>
<v-btn :color='buttonColor(!isRenewEnabled)' dark v-else-if="ccofRenewStatus === RENEW_STATUS_CONTINUE" @click="continueRenewal()">Continue Renewal</v-btn>
<v-btn :color='buttonColor(!isRenewEnabled)' dark v-else-if="ccofRenewStatus === RENEW_STATUS_ACTION_REQUIRED" @click="actionRequiredOrganizationRoute()">Update your PCF</v-btn>
<v-btn :color='buttonColor(true)' :disabled=true v-else>Renew my Funding Agreement</v-btn>
<v-btn :color='buttonColor(true)' dark :disabled=true v-else>Renew my Funding Agreement</v-btn>
</div>
</template>
</SmallCard>
Expand Down

0 comments on commit b1182ff

Please sign in to comment.