Skip to content

Commit 4fa7376

Browse files
committed
fix typo
1 parent dfad5d1 commit 4fa7376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/OptionListContextProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function OptionsListContextProvider({children}: OptionsListProviderProps) {
6262
}, [personalDetails, reports]);
6363

6464
/**
65-
* This effect is responsible for generating the options list when there data is not yet initialized
65+
* This effect is responsible for generating the options list when their data is not yet initialized
6666
*/
6767
useEffect(() => {
6868
if (!areOptionsInitialized.current || !reports || hasInitialData) {

0 commit comments

Comments
 (0)