Skip to content

Commit

Permalink
102 Updates comment
Browse files Browse the repository at this point in the history
Co-authored-by: Ruben van Leeuwen <[email protected]>
  • Loading branch information
ricardovdheijden and Ruben van Leeuwen committed Mar 26, 2024
1 parent c311226 commit f67434e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const ValueOverrideProvider: FC<ValueOverrideProviderProps> = ({
const renderFunctionForField: ValueOverrideFunction | undefined =
valueOverrideConfiguration[fieldValue.field];

// This check is needed TS does not infer the type correctly
// This check is needed because TS does not infer the type correctly
if (renderFunctionForField) {
return renderFunctionForField(fieldValue);
}
Expand Down

0 comments on commit f67434e

Please sign in to comment.