diff --git a/package-lock.json b/package-lock.json index 3922b4dd5..bbe1828df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-create-ui", - "version": "5.5.5", + "version": "5.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "business-create-ui", - "version": "5.5.5", + "version": "5.5.6", "dependencies": { "@babel/compat-data": "^7.21.5", "@bcrs-shared-components/approval-type": "1.0.19", diff --git a/package.json b/package.json index 67023e595..e9b152741 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-create-ui", - "version": "5.5.5", + "version": "5.5.6", "private": true, "appName": "Create UI", "sbcName": "SBC Common Components", diff --git a/src/App.vue b/src/App.vue index 5ea363f99..569c130d6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -776,7 +776,7 @@ export default class App extends Mixins(CommonMixin, DateMixin, FilingTemplateMi this.setCertifyState( { valid: this.getCertifyState.valid, - certifiedBy: userInfo.firstName + certifiedBy: userInfo.firstname ? `${userInfo.firstname} ${userInfo.lastname}` : `${userInfo.lastname}` }