diff --git a/client/src/app.tsx b/client/src/app.tsx index ce40e0e..69afb7d 100644 --- a/client/src/app.tsx +++ b/client/src/app.tsx @@ -12,10 +12,11 @@ import './app.css'; export const GameIdContext = React.createContext(undefined); function App() { - const params = useParams(); + const params = useParams() + const gameId = "g/" + params.owner + "/" + params.repo return (
- +