Skip to content

Commit

Permalink
Merge branch 'develop' into fix/690-force-oauth-prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
felixarntz committed Oct 22, 2019
2 parents fe9e05a + 70263f9 commit 0a779ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ class PageSpeedInsightsDashboardWidgetHomepageSpeed extends Component {
} );
}

handleDataError() {
handleDataError( error ) {
this.setState( {
error: true,
error,
} );
}

Expand All @@ -77,7 +77,7 @@ class PageSpeedInsightsDashboardWidgetHomepageSpeed extends Component {
{
getDataErrorComponent(
__( 'PageSpeed Insights', 'google-site-kit' ),
__( 'Issue accessing data, please ensure the API key is set correctly.', 'google-site-kit' ),
error,
true,
true,
false
Expand Down

0 comments on commit 0a779ea

Please sign in to comment.