From 6590641577ebfc36149a6459880e49b659251b52 Mon Sep 17 00:00:00 2001 From: owillborn <112968185+owillborn@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:10:37 -0700 Subject: [PATCH] 13959 UI authorization component (#1001) * Added authorization component to review, UI tweaks * Review changes and test added for authorization --- .../views/mhrInformation/MhrInformation.vue | 43 +++++++++++++------ ppr-ui/tests/unit/MhrInformation.spec.ts | 39 ++++++++++++++++- 2 files changed, 69 insertions(+), 13 deletions(-) diff --git a/ppr-ui/src/views/mhrInformation/MhrInformation.vue b/ppr-ui/src/views/mhrInformation/MhrInformation.vue index c3c05fb67..0fca4295b 100644 --- a/ppr-ui/src/views/mhrInformation/MhrInformation.vue +++ b/ppr-ui/src/views/mhrInformation/MhrInformation.vue @@ -16,7 +16,7 @@ -

Manufactured Home Information

+

{{isReviewMode ? 'Review and Confirm' : 'Manufactured Home Information'}}

This is the current information for this registration as of {{ asOfDateTime }}. @@ -32,22 +32,31 @@ - -