Skip to content

Commit 14effc7

Browse files
authored
Should fix lint
1 parent a562316 commit 14effc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/Chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default ({
101101
if (!/^[\w\d_]+$/i.test(currentPlayerName ?? '')) return ''
102102
return currentPlayerName
103103
}, [currentPlayerName])
104-
104+
105105
const sendHistoryRef = useRef(JSON.parse(window.sessionStorage.chatHistory || '[]'))
106106
const [isInputFocused, setIsInputFocused] = useState(false)
107107
const spellCheckEnabled = false

0 commit comments

Comments
 (0)