Skip to content

Commit c37280e

Browse files
committed
Up. Typo!
1 parent e9815ab commit c37280e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/operation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ function checkFeedRateRange(axis) {
348348
},
349349
error: (v, settings) => {
350350
let { min, max } = Object.assign(SETTINGS_INITIALSTATE.machineFeedRange, settings.machineFeedRange)[axis];
351-
if (isNaN(min) || isNan(max))
351+
if (isNaN(min) || isNaN(max))
352352
return 'Check settings/machine first!';
353353
return 'Must be in range [' + min + ' , ' + max + ']'
354354
}

0 commit comments

Comments
 (0)