Skip to content

Commit 208ba8e

Browse files
committed
Without file path it works... sigh
1 parent 59346f0 commit 208ba8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/JungFrau/CollectDarksPanel.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import {
22
Box,
3-
Button,
43
Card,
54
CardContent,
65
Stack,
@@ -16,7 +15,7 @@ export function CollectDarksPanel() {
1615
const [expTime, setExpTime] = React.useState<number>(0.001);
1716
const [pedestalFrames, setPedestalFrames] = React.useState<number>(20);
1817
const [pedestalLoops, setPedestalLoops] = React.useState<number>(200);
19-
// const [filePath, setFilePath] = React.useState<string>("");
18+
2019
return (
2120
<Box sx={{ flexGrow: 1, marginLeft: 15, marginRight: 5 }}>
2221
<Card variant="outlined" sx={{ minWidth: 300, minHeight: 600 }}>

src/components/JungFrau/CollectionSetupJf.tsx

Whitespace-only changes.

0 commit comments

Comments
 (0)