This commit is contained in:
Daniel Shleifman
2021-06-05 01:40:57 +03:00
parent 8f1a9df4d0
commit ca9c8c3f27

View File

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