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();