mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
style: bump prettier and format app
This commit is contained in:
@@ -17,9 +17,8 @@ const useVerticalScroll = (
|
||||
const [isScrolling, setScrolling] = useState(false);
|
||||
|
||||
type SetTimeoutReturnType = ReturnType<typeof setTimeout>;
|
||||
const scrollingTimer: MutableRefObject<
|
||||
SetTimeoutReturnType | undefined
|
||||
> = useRef();
|
||||
const scrollingTimer: MutableRefObject<SetTimeoutReturnType | undefined> =
|
||||
useRef();
|
||||
|
||||
const runCallback = () => {
|
||||
if (shouldFetch) {
|
||||
|
||||
Reference in New Issue
Block a user