This commit is contained in:
cyber-dream 2022-10-28 18:37:37 +03:00
parent dbba2171db
commit 3c10b1d9ee

View File

@ -3,7 +3,7 @@
</skirda-section-label>
<div class="sessions">
<skirda-session
[routerLink]="['/session/' + session.id]" routerLinkActive="active"
[routerLink]="['/session/' + session.gameId]" routerLinkActive="active"
*ngFor="let session of sessions; index as i"
[session]="session"
></skirda-session>