Skip to content

Commit a3a1026

Browse files
authored
24080 - Remove Authorization Submitter (#3202)
Signed-off-by: Qin <Arwen.Qin@gov.bc.ca>
1 parent b673f89 commit a3a1026

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.7.3",
3+
"version": "2.7.4",
44
"appName": "Auth Web",
55
"sbcName": "SBC Common Components",
66
"private": true,

auth-web/src/components/auth/staff/continuation-application/PreviousCorrespondence.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default defineComponent({
7777
// get date and user from review object
7878
list.push({
7979
label: `${strToPacificDateTime(props.review.creationDate)} &mdash; ` +
80-
`Application Submitted &mdash; ${props.review.completingParty}`,
80+
`Application Submitted`,
8181
body: ''
8282
})
8383

auth-web/tests/unit/components/PreviousCorrespondence.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('PreviousCorrespondence component', () => {
9696
const tests = [
9797
{
9898
title: 'initial submission',
99-
label: 'Jun 2, 2024 at 1:30 pm Pacific time — Application Submitted — Joe Enduser',
99+
label: 'Jun 2, 2024 at 1:30 pm Pacific time — Application Submitted',
100100
textarea: null
101101
},
102102
{

0 commit comments

Comments
 (0)