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)
return (
{/* <SingleBlock */}
{/* key={uuidv4()} */}
<SingleBlock
key={uuidv4()}
x={x}
y={y}
percentage={percentage}