Commit 98cbfd63 authored by Matthew Taylor's avatar Matthew Taylor

use recipient thumbnail, not actor for manager activity

Fixes an issue where the thumbnail mismatches the username presented
parent 2034edb8
......@@ -51,7 +51,7 @@ var Activity = React.createClass({
return (
<li key={item.pk}>
<a href={actorProfileUrl}>
<img src={item.actor.thumbnail_url} width="34" height="34" alt="" />
<img src={item.recipient.thumbnail_url} width="34" height="34" alt="" />
<p dangerouslySetInnerHTML={{__html: activityMessageHTML}}></p>
<p>
<span className="stamp">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment