Skip to content

Commit

Permalink
dummy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diDroid committed Mar 5, 2024
1 parent 7f4ed3c commit 30ece7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OnboardingSPA/steps/BasicInfo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const StepBasicInfo = () => {
setDrawerActiveView( VIEW_NAV_PRIMARY );
setIsHeaderNavigationEnabled( true );
}, [] );

Check warning on line 31 in src/OnboardingSPA/steps/BasicInfo/index.js

View workflow job for this annotation

GitHub Actions / Run Lint Checks

React Hook useEffect has missing dependencies: 'isLargeViewport', 'setDrawerActiveView', 'setIsDrawerOpened', 'setIsDrawerSuppressed', 'setIsHeaderNavigationEnabled', and 'setSidebarActiveView'. Either include them or remove the dependency array
//console.log( 'test' );
return (
<CommonLayout isVerticallyCentered>
<HeadingWithSubHeading
Expand Down

0 comments on commit 30ece7a

Please sign in to comment.