mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
test
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user