Should fix lint
This commit is contained in:
parent
a562316cba
commit
14effc7400
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue