diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index f1acf062..314e7fe9 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -190,15 +190,15 @@ export const InterpretationLog = () => { } label="10" /> } label="100" /> } label="Custom" /> - {customValue && ( - - )} + {selectedOption === 'custom' && ( +                        +                      )}