diff --git a/src/recipe/index.ts b/src/recipe/index.ts index 6f435f35..c6551bb7 100644 --- a/src/recipe/index.ts +++ b/src/recipe/index.ts @@ -159,4 +159,4 @@ export const formatNoiseReduction = ({ }: FujifilmRecipe) => highISONoiseReduction ? addSign(highISONoiseReduction) - : noiseReductionBasic ?? 'OFF'; + : noiseReductionBasic?.toLocaleUpperCase() ?? 'OFF';