Skip to content

Commit bbf974b

Browse files
Aed-1ImSapphire
andauthored
Update gui/src/components/onboarding/pages/stay-aligned/stay-aligned-steps/VerifyMounting.tsx
Co-authored-by: Sapphire <[email protected]>
1 parent 7674c82 commit bbf974b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

gui/src/components/onboarding/pages/stay-aligned/stay-aligned-steps/VerifyMounting.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ export function VerifyMountingStep({
1414
const { isMobile } = useBreakpoint('mobile');
1515
const [isOpen, setOpen] = useState(false);
1616

17-
function OpenFunc() {
18-
setOpen(true);
19-
}
20-
function ProgressFunc() {
17+
const goNextStep = () => {
2118
setOpen(false);
2219
nextStep();
23-
}
24-
function CloseFunc() {
25-
setOpen(false);
26-
}
20+
};
2721

2822
return (
2923
<div className="flex flex-col flex-grow justify-between py-2 gap-2">

0 commit comments

Comments
 (0)