Skip to content

Commit ff7a5ab

Browse files
authored
fix: correct clientStatusTYpe.approved typo in StatusLookupPipe (#3526)
Signed-off-by: Aditya Tiwari <adityatiwari342005@gmail.com>
1 parent afd26da commit ff7a5ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/pipes/status-lookup.pipe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class StatusLookupPipe implements PipeTransform {
4242
'clientStatusType.withdraw': 'status-withdraw', // write
4343
'clientStatusType.active': 'status-active',
4444
'clientStatusType.submitted.and.pending.approval': 'status-pending',
45-
'clientStatusTYpe.approved': 'status-approved',
45+
'clientStatusType.approved': 'status-approved',
4646
'clientStatusType.transfer.in.progress': 'status-transfer-progress', // write
4747
'clientStatusType.transfer.on.hold': 'status-transfer-hold', // write
4848
'groupingStatusType.active': 'status-active',

0 commit comments

Comments
 (0)