Skip to content

Commit

Permalink
CCFRI-2602 - Add MTFI Statuses to Landing page Facility Cards (fix co…
Browse files Browse the repository at this point in the history
…de smell)
  • Loading branch information
vietle-cgi committed Oct 10, 2023
1 parent b69e3c0 commit e8889a0
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 @@ -507,7 +507,7 @@ export default {
return (this.applicationStatus === 'SUBMITTED' && this.unlockRFIList.includes(ccfriApplicationId));
},
getLastSubmittedMTFIChangeRequest(facilityId) {
let lastMTFIChangeRequest = undefined;
let lastMTFIChangeRequest;
if (this.mtfiChangeRequestList?.length > 0) {
let mtfiChangeRequestListForFacility = this.mtfiChangeRequestList?.filter(item => {
if (item.firstSubmissionDate) {
Expand Down

0 comments on commit e8889a0

Please sign in to comment.