Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/wizards/audience/views/setup/content-gating.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
miguelpeixe and Copilot authored Nov 19, 2025
commit 290c23feb2601aebcfa2a7bf67700c73edb1b8bb
2 changes: 1 addition & 1 deletion src/wizards/audience/views/setup/content-gating.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default withWizardScreen( ( { wizardApiFetch } ) => {
return message;
};

const errors = Object.values( newspackAudience.content_gifting.can_use_gifting.errors );
const errors = Object.values( newspackAudience?.content_gifting?.can_use_gifting?.errors || {} );

return (
<WizardsTab
Expand Down