From ab476275523d9196a42efd9bf7e81c198d59c753 Mon Sep 17 00:00:00 2001
From: karthik-aot <78374865+karthik-aot@users.noreply.github.com>
Date: Fri, 9 Jul 2021 09:25:07 -0700
Subject: [PATCH] Bug/8162 (#1724)
---
.../staff/review-task/AccountInformation.vue | 2 +-
.../auth/staff/review-task/AccountStatus.vue | 20 +++++++++++++++++--
auth-web/src/models/Task.ts | 1 +
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/auth-web/src/components/auth/staff/review-task/AccountInformation.vue b/auth-web/src/components/auth/staff/review-task/AccountInformation.vue
index d82dae5bb6..15167bf7b2 100644
--- a/auth-web/src/components/auth/staff/review-task/AccountInformation.vue
+++ b/auth-web/src/components/auth/staff/review-task/AccountInformation.vue
@@ -75,7 +75,7 @@ export default class AccountInformation extends Vue {
@Prop({ default: 'Account Information' }) private title: string
@Prop({ default: {} }) accountUnderReview: any
- @Prop({ default: {} }) accountUnderReviewAddress: Address
+ @Prop({ default: null }) accountUnderReviewAddress: Address
AccessType = AccessType
Account = Account
diff --git a/auth-web/src/components/auth/staff/review-task/AccountStatus.vue b/auth-web/src/components/auth/staff/review-task/AccountStatus.vue
index 4e0b19b117..cd8c50fa52 100644
--- a/auth-web/src/components/auth/staff/review-task/AccountStatus.vue
+++ b/auth-web/src/components/auth/staff/review-task/AccountStatus.vue
@@ -7,6 +7,12 @@
>{{ statusLabel }}
+
+ Reason
+
+ {{ accountOnHoldRemarks }}
+
+
Approved By
@@ -26,8 +32,8 @@