Should fix lint

This commit is contained in:
Vitaly 2025-06-10 07:26:50 +03:00 committed by GitHub
commit 14effc7400
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,7 @@ export default ({
if (!/^[\w\d_]+$/i.test(currentPlayerName ?? '')) return ''
return currentPlayerName
}, [currentPlayerName])
const sendHistoryRef = useRef(JSON.parse(window.sessionStorage.chatHistory || '[]'))
const [isInputFocused, setIsInputFocused] = useState(false)
const spellCheckEnabled = false