Capitalize N/A for noise reduction
This commit is contained in:
parent
e894e46e41
commit
93eebb62c9
@ -159,4 +159,4 @@ export const formatNoiseReduction = ({
|
||||
}: FujifilmRecipe) =>
|
||||
highISONoiseReduction
|
||||
? addSign(highISONoiseReduction)
|
||||
: noiseReductionBasic ?? 'OFF';
|
||||
: noiseReductionBasic?.toLocaleUpperCase() ?? 'OFF';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user