Skip to content

Commit

Permalink
Remove the empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenDufresne committed Aug 23, 2024
1 parent 774515e commit da1d148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings/src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ function Main( { userId, onboarding } ) {
} }
>
<GlobalNotice notice={ globalNotice } setNotice={ setGlobalNotice } />

{ onboarding ? <FirstTime /> : <Settings /> }
{ shouldRevalidate && <RevalidateModal /> }
</GlobalContext.Provider>
Expand Down

0 comments on commit da1d148

Please sign in to comment.