Skip to content

Commit caf8e3b

Browse files
committed
add missing hook deps
1 parent a3be4d0 commit caf8e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-ts/tools/learn/free-code-camp/FreeCodeCamp.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ const FreeCodeCamp: FC<{}> = () => {
459459
setShowSurvey('')
460460
}
461461
}, [
462+
ready,
462463
showSurvey,
463464
certificationParam,
464465
]);

0 commit comments

Comments
 (0)