We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8cf56 commit f549431Copy full SHA for f549431
src/screens/OavMover.tsx
@@ -260,14 +260,6 @@ export function CoordinateSystem() {
260
setOpen(false);
261
};
262
263
- const buttonStyle = {
264
- color: "white",
265
- padding: "12px",
266
- backgroundColor: "#1c2025",
267
- width: "100%",
268
- height: "85%",
269
- };
270
-
271
return (
272
<>
273
<Box>
@@ -414,9 +406,7 @@ export function OavMover() {
414
406
} else {
415
407
submitAndRunPlanImmediately({
416
408
planName: "gui_gonio_move_on_click",
417
- planParams: {
418
- position_px: [x_int, y_int],
419
- },
409
+ planParams: { position_px: [x_int, y_int] },
420
410
});
421
411
}
422
412
}}
0 commit comments