fixed a bug where "Maybe Later" option was not selected for an account without a membership.

pull/3/head
Chris Veilleux 2019-03-04 14:49:32 -06:00
parent 390e6eaf8e
commit 967de54988
1 changed files with 1 additions and 1 deletions

View File

@ -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>