Skip to content

Commit

Permalink
Remove conditions based on report being undefined.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Mar 29, 2022
1 parent 8efc867 commit f6941c1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,11 +293,6 @@ const SearchFunnelWidget = ( {
analyticsStatsLoading ||
analyticsVisitorsOverviewAndStatsLoading ||
analyticsGoalsLoading ||
searchConsoleData === undefined ||
analyticsOverviewData === undefined ||
analyticsStatsData === undefined ||
analyticsVisitorsOverviewAndStatsData === undefined ||
analyticsGoalsData === undefined ||
isAnalyticsGatheringData === undefined ||
isSearchConsoleGatheringData === undefined
) {
Expand Down

0 comments on commit f6941c1

Please sign in to comment.