diff --git a/app/package.json b/app/package.json index 9edbac18f..aed73e8b4 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "name-request", - "version": "5.8.10", + "version": "5.8.11", "private": true, "appName": "Name Request UI", "sbcName": "SBC Common Components", diff --git a/app/pnpm-lock.yaml b/app/pnpm-lock.yaml index b9c5a53c8..8e9d44c23 100644 --- a/app/pnpm-lock.yaml +++ b/app/pnpm-lock.yaml @@ -6,7 +6,7 @@ settings: patchedDependencies: sbc-common-components@3.0.15-c: - hash: dbxsbs7nnq5sxpyu75cpekwise + hash: 04ee617a4ac7ced8e6cfab349eeccdc740e5a5be3543ee92d05d0966a39046be path: patches/sbc-common-components@3.0.15-c.patch importers: @@ -75,7 +75,7 @@ importers: version: 0.4.4 sbc-common-components: specifier: 3.0.15-c - version: 3.0.15-c(patch_hash=dbxsbs7nnq5sxpyu75cpekwise)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3) + version: 3.0.15-c(patch_hash=04ee617a4ac7ced8e6cfab349eeccdc740e5a5be3543ee92d05d0966a39046be)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3) tslib: specifier: ^2.8.1 version: 2.8.1 @@ -6762,7 +6762,7 @@ snapshots: dependencies: xmlchars: 2.2.0 - sbc-common-components@3.0.15-c(patch_hash=dbxsbs7nnq5sxpyu75cpekwise)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3): + sbc-common-components@3.0.15-c(patch_hash=04ee617a4ac7ced8e6cfab349eeccdc740e5a5be3543ee92d05d0966a39046be)(@types/node@20.19.35)(postcss@8.5.8)(sass@1.59.3): dependencies: '@mdi/font': 4.9.95 axios: 0.21.4 diff --git a/app/src/components/existing-request/existing-request-display.vue b/app/src/components/existing-request/existing-request-display.vue index bd68c1c90..3d2fc69b4 100644 --- a/app/src/components/existing-request/existing-request-display.vue +++ b/app/src/components/existing-request/existing-request-display.vue @@ -200,7 +200,7 @@ v-bind="attrs" class="dotted-underline app-blue font-weight-regular cursor-default" v-on="on" - >{{ reviewDate }} + >{{getRegularWaitTime}} This is an estimate only, actual review date may vary. Staff are currently reviewing Name Requests submitted on {{ queueDate }}. @@ -369,6 +369,7 @@ export default class ExistingRequestDisplay extends Mixins( @Getter(useStore) getNrId!: number @Getter(useStore) getNrState!: NrState @Getter(useStore) isMobile!: boolean + @Getter(useStore) getRegularWaitTime!: string | number @Action(useStore) editExistingRequest!: ActionBindingIF @Action(useStore) setDisplayedComponent!: ActionBindingIF