Skip to content

Commit

Permalink
Client: Fix another build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Apr 17, 2021
1 parent 798b5dd commit bd587d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions games-vue-client/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import axios from "axios";
import Clipboard from "v-clipboard";
import supportedGames from "../supportedGames";
import ReplayScreen from "@/components/replays/GameReplay"
import md5 from "md5"

Vue.use(VueAxios, axios);
let authConfig = {
Expand Down Expand Up @@ -99,7 +98,6 @@ export default new Router({
name: "InvitePrepare",
component: InviteCreateNew,
props: route => {
console.log(route)
return {
gameType: route.params.gameType,
defaultConfig: route.params.defaultConfig
Expand Down

0 comments on commit bd587d4

Please sign in to comment.