Skip to content

Commit

Permalink
Merge pull request #8719 from google/enhancement/8687-follow-up
Browse files Browse the repository at this point in the history
Revert modified return type.
  • Loading branch information
eugene-manuilov authored May 16, 2024
2 parents 4974763 + 80a38df commit b1d365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/modules/ads/components/common/PAXEmbeddedApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function PAXEmbeddedApp( {

const paxDateRange = useSelect( ( select ) => {
if ( displayMode !== 'reporting' ) {
return null;
return {};
}

return select( CORE_USER ).getDateRangeDates( {
Expand Down

0 comments on commit b1d365e

Please sign in to comment.