Skip to content

Commit f5e94be

Browse files
committed
ws
1 parent e90c869 commit f5e94be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConversionDisplay/ConversionDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const ConversionDisplay = (props: any) => {
4242
}
4343

4444
}, [sourceUnit, targetUnit, amount, detail])
45-
45+
4646
if (detail === null || detail.units.length <= 1) {
4747
return (
4848
<>

0 commit comments

Comments
 (0)