Skip to content

Commit 8be1d89

Browse files
committed
C11T1 - End
1 parent 84205af commit 8be1d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/races.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h3>{{race.name}}</h3>
2020
<button class="button" *ngIf="!race.isRacing" >Enter Race</button>
2121
<div *ngIf="race.isRacing">
2222
<p class="status">Racing</p>
23-
<button class="button-cancel" >Cancel Race</button>
23+
<button class="button-cancel" (click)="cancelRace(race)">Cancel Race</button>
2424
</div>
2525
</td>
2626
</tr>

0 commit comments

Comments
 (0)