removing unused vars
This commit is contained in:
parent
2a717bfd1d
commit
b114f52b29
|
|
@ -13,7 +13,7 @@ export default function GameContainer({ gameId }) {
|
||||||
const [isDragging, setIsDragging] = useState(false);
|
const [isDragging, setIsDragging] = useState(false);
|
||||||
const [startX, setStartX] = useState(0);
|
const [startX, setStartX] = useState(0);
|
||||||
|
|
||||||
const { contextGameDatas, setContextGameDatas, isGameComplete, score } = useGame();
|
const { contextGameDatas, setContextGameDatas, isGameComplete } = useGame();
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!gameDatas || gameDatas.error) return;
|
if (!gameDatas || gameDatas.error) return;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user