Skip to content

Commit

Permalink
CDE-78 lint issue has been resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiga115 committed May 2, 2024
1 parent 2cca0c7 commit 032383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contexts/data/DataContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const DataContextProvider = ({
...defaultHeaderIndexes,
...providedHeaderIndexes
};
}, [providedHeaderIndexes, rawDatasetMapping]);
}, [providedHeaderIndexes]);

// validate dataset sample
const isDatasetInvalid = useMemo(() => {
Expand Down

0 comments on commit 032383c

Please sign in to comment.