From 98cbfd638f443abde04b34c0fa8e8ef6fa5b1832 Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 13 Sep 2017 13:47:27 -0400 Subject: [PATCH 1/2] use recipient thumbnail, not actor for manager activity Fixes an issue where the thumbnail mismatches the username presented --- src/components/activity/activity.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/activity/activity.jsx b/src/components/activity/activity.jsx index b5430c1b0..d17789d88 100644 --- a/src/components/activity/activity.jsx +++ b/src/components/activity/activity.jsx @@ -51,7 +51,7 @@ var Activity = React.createClass({ return (
  • - +

    From d4b0207bb02fb825016084455f53adaf719c9e7a Mon Sep 17 00:00:00 2001 From: Matthew Taylor Date: Wed, 13 Sep 2017 13:51:17 -0400 Subject: [PATCH 2/2] clean up stuff --- src/components/activity/activity.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/activity/activity.jsx b/src/components/activity/activity.jsx index d17789d88..083db94b2 100644 --- a/src/components/activity/activity.jsx +++ b/src/components/activity/activity.jsx @@ -36,11 +36,11 @@ var Activity = React.createClass({