diff --git a/src/components/PullToRefreshIndicator.tsx b/src/components/PullToRefreshIndicator.tsx index c5108b8c..1af1b149 100644 --- a/src/components/PullToRefreshIndicator.tsx +++ b/src/components/PullToRefreshIndicator.tsx @@ -14,7 +14,6 @@ const PullToRefreshIndicator: React.FC = ({ isPulling, pullDistance, canRefresh, - isRefreshing, threshold = 80 }) => { // Only show when actively pulling, not when refreshing