Skip to content

Commit 67ba3ba

Browse files
committed
Fix lint warnings
1 parent 1d2acbd commit 67ba3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/files/UploadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default () => {
1515
const { uuid } = useServer();
1616
const [ visible, setVisible ] = useState(false);
1717

18-
const handleEscapeEvent = (e: KeyboardEvent) => {
18+
const handleEscapeEvent = () => {
1919
setVisible(false);
2020
};
2121

0 commit comments

Comments
 (0)