mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 10:23:46 +02:00
Fix lint warnings
This commit is contained in:
@@ -15,7 +15,7 @@ export default () => {
|
||||
const { uuid } = useServer();
|
||||
const [ visible, setVisible ] = useState(false);
|
||||
|
||||
const handleEscapeEvent = (e: KeyboardEvent) => {
|
||||
const handleEscapeEvent = () => {
|
||||
setVisible(false);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user