Skip to content

Commit

Permalink
Reorder <SettingsUACutoffWarning> component for correct banner placem…
Browse files Browse the repository at this point in the history
…ent when viewing GA settings.
  • Loading branch information
10upsimon committed Jul 20, 2023
1 parent 0a35e63 commit 6585d8e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ export default function SettingsView() {

return (
<div className="googlesitekit-setup-module googlesitekit-setup-module--analytics">
<SettingsUACutoffWarning />

<StoreErrorNotices
moduleSlug="analytics"
storeName={ MODULES_ANALYTICS }
Expand Down Expand Up @@ -95,6 +93,7 @@ export default function SettingsView() {
}
/>
</p>
<SettingsUACutoffWarning />
</div>
</div>
) }
Expand Down

0 comments on commit 6585d8e

Please sign in to comment.