Skip to content

Commit

Permalink
Pass hasModule prop value.
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitrox committed Aug 1, 2024
1 parent 57906d1 commit e112780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function SettingsEdit() {
<div className="googlesitekit-setup-module googlesitekit-setup-module--reader-revenue-manager">
{ hasModuleAccess && (
<Fragment>
<PublicationSelect hasModuleAccess />
<PublicationSelect hasModuleAccess={ hasModuleAccess } />
<PublicationOnboardingStateNotice />
</Fragment>
) }
Expand Down

0 comments on commit e112780

Please sign in to comment.