Skip to content

Commit

Permalink
Fix missing space error
Browse files Browse the repository at this point in the history
  • Loading branch information
tawera committed Jul 13, 2019
1 parent 86b9827 commit abad4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/Axes/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ class AxesWidget extends PureComponent {
...pos
},
// Work position is always reported in mm
workPosition:{
workPosition: {
...state.workPosition,
...pos
}
Expand Down

0 comments on commit abad4b5

Please sign in to comment.