From e54354f92a5022256e11b245c030bb62eb5232e7 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 28 Aug 2015 09:05:04 -0400 Subject: Fixes root images not loading when switich RHS threads. --- web/react/components/file_attachment_list.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/file_attachment_list.jsx') diff --git a/web/react/components/file_attachment_list.jsx b/web/react/components/file_attachment_list.jsx index b92442957..df4424d03 100644 --- a/web/react/components/file_attachment_list.jsx +++ b/web/react/components/file_attachment_list.jsx @@ -26,7 +26,7 @@ module.exports = React.createClass({ var postFiles = []; for (var i = 0; i < filenames.length && i < Constants.MAX_DISPLAY_FILES; i++) { - postFiles.push(); + postFiles.push(); } return ( -- cgit v1.2.3-1-g7c22