We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd26da commit ff7a5abCopy full SHA for ff7a5ab
1 file changed
src/app/pipes/status-lookup.pipe.ts
@@ -42,7 +42,7 @@ export class StatusLookupPipe implements PipeTransform {
42
'clientStatusType.withdraw': 'status-withdraw', // write
43
'clientStatusType.active': 'status-active',
44
'clientStatusType.submitted.and.pending.approval': 'status-pending',
45
- 'clientStatusTYpe.approved': 'status-approved',
+ 'clientStatusType.approved': 'status-approved',
46
'clientStatusType.transfer.in.progress': 'status-transfer-progress', // write
47
'clientStatusType.transfer.on.hold': 'status-transfer-hold', // write
48
'groupingStatusType.active': 'status-active',
0 commit comments