We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84205af commit 8be1d89Copy full SHA for 8be1d89
app/races.component.html
@@ -20,7 +20,7 @@ <h3>{{race.name}}</h3>
20
<button class="button" *ngIf="!race.isRacing" >Enter Race</button>
21
<div *ngIf="race.isRacing">
22
<p class="status">Racing</p>
23
- <button class="button-cancel" >Cancel Race</button>
+ <button class="button-cancel" (click)="cancelRace(race)">Cancel Race</button>
24
</div>
25
</td>
26
</tr>
0 commit comments