Skip to content

Commit

Permalink
fix: ci / eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrethman committed Jun 4, 2024
1 parent ccb70cf commit 1d6adcd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/wizards/newspack/views/settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ const Settings = () => {
<>
{ isDebugMode && <Notice debugMode /> }
<GlobalNotices />
<Wizard className="newspack-admin__tabs" headerText={ __( 'Newspack / Settings', 'newspack' ) } sections={ sections } />
<Wizard
className="newspack-admin__tabs"
headerText={ __( 'Newspack / Settings', 'newspack' ) }
sections={ sections }
/>
<Footer />
</>
);
Expand Down

0 comments on commit 1d6adcd

Please sign in to comment.