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