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 eb008ae commit 23e0ae1Copy full SHA for 23e0ae1
src/screens/DetectorMotion.tsx
@@ -17,7 +17,7 @@ function DetectorState() {
17
18
export function DetectorMotionTabPanel() {
19
return (
20
- <div>
+ <Box>
21
<Stack spacing={2} alignItems={"center"}>
22
<RoPvBox label="Selected detector" pv="ca://ME14E-MO-IOC-01:GP101" />
23
<RoPvBox
@@ -50,6 +50,6 @@ export function DetectorMotionTabPanel() {
50
</Stack>
51
<DetectorState />
52
53
- </div>
+ </Box>
54
);
55
}
0 commit comments