mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-02-22 22:28:15 +00:00
Fix: unused-imports/no-unused-vars - Renamed 'event' to '_event'.
This commit is contained in:
parent
2e7015b64b
commit
0b696b852e
@ -179,7 +179,7 @@ export function errorDisplayStateless(
|
||||
|
||||
export default function ErrorDisplay() {
|
||||
const { error: errorObject, removeError } = useAPIError();
|
||||
const handleRemoveError = (event: SyntheticEvent) => {
|
||||
const handleRemoveError = (_event: SyntheticEvent) => {
|
||||
removeError();
|
||||
};
|
||||
let errorTag = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user