Skip to content

Commit a4f5968

Browse files
committed
Fix typescript warning
1 parent d90846d commit a4f5968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/deluxe-user/deluxe-user.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { NgIf } from '@angular/common'
2525

2626
export class DeluxeUserComponent implements OnInit {
2727
public membershipCost: number = 0
28-
public error: string = undefined
28+
public error?: string = undefined
2929
public applicationName = 'OWASP Juice Shop'
3030
public logoSrc: string = 'assets/public/images/JuiceShop_Logo.png'
3131

0 commit comments

Comments
 (0)