From 4f9d747ed93165e6cce7ba5c4724988ddeb63248 Mon Sep 17 00:00:00 2001 From: "Visco, Paul" Date: Sun, 3 Sep 2017 23:31:44 -0400 Subject: [PATCH] fixed path to google user image --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 74a26b4..81ee4c7 100644 --- a/app.js +++ b/app.js @@ -55,7 +55,7 @@ class Profile extends Component { getPictureLink(provider) { switch (provider) { case 'google': - return this.props.info.picture; + return this.props.info.user.picture; case 'facebook': return `https://graph.facebook.com/${this.props.info.id}/picture?type=square` case 'twitter':