Fix ESLint issues

This commit is contained in:
2025-04-03 22:37:22 +02:00
parent 92ce2e68ad
commit 03f57a0ad7
5 changed files with 20 additions and 17 deletions

View File

@ -17,7 +17,7 @@ export function AsyncWidget(p: {
}): React.ReactElement {
const [state, setState] = useState(State.Loading);
const counter = useRef<any | null>(null);
const counter = useRef<any>(null);
const load = async () => {
try {