src/applications/vre/28-1900/orientation/OrientationApp.jsx
Function OrientationApp
has 52 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const OrientationApp = props => {
const [step, setStep] = useState(0);
const [isFirstRender, setIsFirstRender] = useState(true);
const { wizardStateHandler } = props;