Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hamlin committed Dec 27, 2020
1 parent e90c869 commit f5e94be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConversionDisplay/ConversionDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ConversionDisplay = (props: any) => {
}

}, [sourceUnit, targetUnit, amount, detail])

if (detail === null || detail.units.length <= 1) {
return (
<>
Expand Down

0 comments on commit f5e94be

Please sign in to comment.