From ac597996e009f51adc618cb397843f3d1ce8278c Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Tue, 25 Jul 2017 09:37:18 +0100 Subject: [PATCH] Remove outdated comment --- src/components/views/elements/Pill.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/elements/Pill.js b/src/components/views/elements/Pill.js index 660c5604e5..45c6a03ad4 100644 --- a/src/components/views/elements/Pill.js +++ b/src/components/views/elements/Pill.js @@ -147,7 +147,6 @@ const Pill = React.createClass({ switch (this.state.pillType) { case Pill.TYPE_USER_MENTION: { // If this user is not a member of this room, default to the empty member - // TODO: This could be improved by doing an async profile lookup const member = this.state.member; if (member) { userId = member.userId;