We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfad5d1 commit 4fa7376Copy full SHA for 4fa7376
1 file changed
src/components/OptionListContextProvider.tsx
@@ -62,7 +62,7 @@ function OptionsListContextProvider({children}: OptionsListProviderProps) {
62
}, [personalDetails, reports]);
63
64
/**
65
- * This effect is responsible for generating the options list when there data is not yet initialized
+ * This effect is responsible for generating the options list when their data is not yet initialized
66
*/
67
useEffect(() => {
68
if (!areOptionsInitialized.current || !reports || hasInitialData) {
0 commit comments