update todo for pullable

This commit is contained in:
yohlo
2025-08-22 12:26:55 -05:00
parent 6c334eacd9
commit 942374d45d

View File

@@ -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<PullableProps> = ({ children, scrollPosition, onScrollPositionChange }) => {
const height = useAppShellHeight();