fixed a bug where "Maybe Later" option was not selected for an account without a membership.
parent
390e6eaf8e
commit
967de54988
|
@ -11,7 +11,7 @@
|
|||
<h3 class="mat-h3">{{membership.type}}</h3>
|
||||
<p class="mat-body" *ngIf="membership.type != 'Maybe Later'">{{membership.price}} USD</p>
|
||||
</mat-button-toggle>
|
||||
<mat-button-toggle>
|
||||
<mat-button-toggle value="Maybe Later">
|
||||
<h3 id="non-supporter" class="mat-h3">Maybe Later</h3>
|
||||
</mat-button-toggle>
|
||||
</mat-button-toggle-group>
|
||||
|
|
Loading…
Reference in New Issue