Skip to content

Commit

Permalink
Update Dial.js (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dishebh authored Feb 8, 2020
1 parent d510bc8 commit 7e2ff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screen/Multimeter/components/Dial.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const Dial = ({
if (compAngle - 5 <= dialValue && dialValue < compAngle + 5) {
dialValue = compAngle;
}
return null;
});
const activeSubType = angleMap[dialValue];
if (activeSubType) {
Expand Down

0 comments on commit 7e2ff94

Please sign in to comment.