From: ThibG Date: Fri, 23 Aug 2019 19:02:59 +0000 (+0200) Subject: Fix items in StatusContent render list not all having a key (#11645) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=37f612074efeb793fafbe19c90698b98b278447d;p=mastodon.git Fix items in StatusContent render list not all having a key (#11645) --- diff --git a/app/javascript/mastodon/components/status_content.js b/app/javascript/mastodon/components/status_content.js index 6aa0bfcc2..c171e7a66 100644 --- a/app/javascript/mastodon/components/status_content.js +++ b/app/javascript/mastodon/components/status_content.js @@ -230,7 +230,7 @@ export default class StatusContent extends React.PureComponent { ); } else if (this.props.onClick) { const output = [ -
+
{!!status.get('poll') && }