From 942374d45dbdf6c925729cdabd24f649818a4407 Mon Sep 17 00:00:00 2001 From: yohlo Date: Fri, 22 Aug 2025 12:26:55 -0500 Subject: [PATCH] update todo for pullable --- src/features/core/components/pullable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/core/components/pullable.tsx b/src/features/core/components/pullable.tsx index 2dd43bf..d3e3599 100644 --- a/src/features/core/components/pullable.tsx +++ b/src/features/core/components/pullable.tsx @@ -14,7 +14,7 @@ interface PullableProps extends PropsWithChildren { /** * Pullable is a component that allows the user to pull down to refresh the page - * TODO: Need to figure out why it isn't disabled when onRefresh is undefined + * TODO: Need to make the router config nicer */ const Pullable: React.FC = ({ children, scrollPosition, onScrollPositionChange }) => { const height = useAppShellHeight();