remove unused ref

This commit is contained in:
srgooglo 2025-06-24 20:01:53 +02:00
parent c94d744a60
commit e90ecf27ac

View File

@ -23,7 +23,7 @@ function isOverflown(element) {
) )
} }
const PlayerController = (props, ref) => { const PlayerController = (props) => {
const [playerState] = usePlayerStateContext() const [playerState] = usePlayerStateContext()
const titleRef = React.useRef() const titleRef = React.useRef()