Skip to content

Commit ac3c14e

Browse files
committed
check whether plan is defined
1 parent 4af1bf1 commit ac3c14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
<ngb-alert type="success">Thank you for purchasing {{plan.name}}!</ngb-alert>
2+
<ngb-alert type="success">Thank you for purchasing {{plan?.name}}!</ngb-alert>
33
<button class="btn btn-primary" [routerLink]="homePath">Home</button>

0 commit comments

Comments
 (0)