Skip to content

Commit

Permalink
Client: Fix colliding route names
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Jan 13, 2021
1 parent d341b4e commit e410727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games-vue-client/src/router/index.js
Expand Up @@ -69,7 +69,7 @@ export default new Router({
},
{
path: "/stats/games/:gameId/replay", // For backwards compatibility
name: "ReplayScreen",
name: "ReplayScreenOld",
component: ReplayScreen,
props: route => ({
gameUUID: route.params.gameId
Expand Down

0 comments on commit e410727

Please sign in to comment.