diff --git a/src/App.tsx b/src/App.tsx index 8929fff..6569767 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,7 @@ const INITIAL_GAME_STATE: GameState = { export default function App() { // unified game state const [game, setGame] = useState(INITIAL_GAME_STATE); - const { sendMatchData, onMatchData, matchId, session } = useNakama(); + const { onMatchData, matchId, session } = useNakama(); const commonProps: GameProps = { boards: game.boards,