Skip to content

Commit 2c9fb28

Browse files
committed
fix: cursor comment
1 parent 1499f2c commit 2c9fb28

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/components/UI/Predict/hooks/usePredictOrderPreview.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,15 @@ export function usePredictOrderPreview(
160160
}, 100);
161161

162162
return () => clearTimeout(debounceTimer);
163-
}, [providerId, marketId, outcomeId, outcomeTokenId, side, size]);
163+
}, [
164+
providerId,
165+
marketId,
166+
outcomeId,
167+
outcomeTokenId,
168+
side,
169+
size,
170+
autoRefreshTimeout,
171+
]);
164172

165173
return {
166174
preview,

0 commit comments

Comments
 (0)