Skip to content

Commit dfe2824

Browse files
Remove coma
1 parent 953daae commit dfe2824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/ubs/ubs-admin/components/ubs-admin-customers/ubs-admin-customers.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class UbsAdminCustomersComponent implements OnInit, AfterViewChecked, OnD
115115
private readonly localStorageService: LocalStorageService,
116116
private readonly tableHeightService: TableHeightService,
117117
private readonly adminCustomerService: AdminCustomersService,
118-
private readonly translate: TranslateService,
118+
private readonly translate: TranslateService
119119
) {}
120120

121121
ngOnInit() {

0 commit comments

Comments
 (0)