mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix type issues (#4176)
This commit is contained in:
@@ -181,8 +181,7 @@ export const MainNavbar: React.FC = () => {
|
||||
}, [configuration]);
|
||||
|
||||
// react-bootstrap typing bug
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const navbarRef = useRef<any>();
|
||||
const navbarRef = useRef<HTMLElement | null>(null);
|
||||
const intl = useIntl();
|
||||
|
||||
const maybeCollapse = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user