Skip to content

Commit 78ac2a8

Browse files
authored
Create account fix (bcgov#3268)
1 parent 793cce0 commit 78ac2a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

auth-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

auth-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-web",
3-
"version": "2.8.9",
3+
"version": "2.8.10",
44
"appName": "Auth Web",
55
"sbcName": "SBC Common Components",
66
"private": true,

auth-web/src/components/auth/common/PaymentMethods.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
class="pad-form-container pt-4"
110110
>
111111
<v-divider class="mb-5" />
112-
<div v-if="!isEditing && currentOrgPADInfo && currentOrgPADInfo.bankAccountNumber">
112+
<div v-if="!isEditing && !isCreateAccount && currentOrgPADInfo && currentOrgPADInfo.bankAccountNumber">
113113
<h4 class="mb-4 banking-info">
114114
Banking Information
115115
</h4>

0 commit comments

Comments
 (0)