mirror of
https://github.com/chase-manning/pokemon-js.git
synced 2025-11-03 01:18:58 +00:00
🔧 disable grid
This commit is contained in:
parent
0e5d369b2f
commit
c6ad52734a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ const ColorOverlay = styled.div`
|
|||
`;
|
||||
|
||||
const Game = () => {
|
||||
const showGrid = true; // TODO
|
||||
const showGrid = false; // TODO
|
||||
|
||||
const pos = useSelector(selectPos);
|
||||
const map = useSelector(selectMap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue