gamehistory: fix: url to game is right
This commit is contained in:
@ -87,7 +87,7 @@ export default class extends AbstractView {
|
||||
games.forEach(game => {
|
||||
|
||||
let a = document.createElement("a");
|
||||
a.href = `/games/${game.id}/0`;
|
||||
a.href = `/games/${game.game_type}/${game.id}`;
|
||||
a.setAttribute("data-link", true);
|
||||
|
||||
let game_item = document.createElement("div");
|
||||
|
Reference in New Issue
Block a user