Fix: Login deleting old clients was conflicting with login history
Chore: Moved to angular linting using the recommended plugins / settings
This commit is contained in:
@@ -134,7 +134,7 @@ export class IncentiveComponent implements OnInit {
|
||||
}
|
||||
return (
|
||||
this.voucher.user.id === (this.auth.user as User).id ||
|
||||
this.auth.allowed("edit-other-user's-vouchers")
|
||||
this.auth.allowed('edit-other-user\'s-vouchers')
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user