This commit is contained in:
Daniel Shleifman
2021-06-05 01:33:01 +03:00
parent 677129b282
commit 8c7e8a1481
3 changed files with 12 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ export default function DefaultSnake({ isMini, cacheMap, preloadPiecesAmount })
const { x, y } = getItemCoordinates(id)
return (
<SingleBlock
{/* <SingleBlock */}
key={uuidv4()}
x={x}
y={y}