From faea82d2cc3d20e2c2453b5c1daf483e6fad7d3d Mon Sep 17 00:00:00 2001 From: piratefinn Date: Fri, 10 Nov 2017 17:17:04 +0000 Subject: [PATCH] route fix --- src/app/dashboard/leaderboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/leaderboard.component.ts b/src/app/dashboard/leaderboard.component.ts index 7940056..710e704 100644 --- a/src/app/dashboard/leaderboard.component.ts +++ b/src/app/dashboard/leaderboard.component.ts @@ -9,7 +9,7 @@ import {PaginationInstance} from 'ngx-pagination'; import 'rxjs/add/operator/map'; @Component({ - templateUrl: 'leaderboard-log.component.html', + templateUrl: 'leaderboard.component.html', }) export class LeaderboardComponent implements OnInit {