From 0258fcfa5c8da92351371169b66ce30462a34853 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 16 May 2016 17:06:26 +0500 Subject: Adding compact layout (#2991) * Adding compact layout * Fixing ESLint error --- webapp/components/file_attachment_list.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'webapp/components/file_attachment_list.jsx') diff --git a/webapp/components/file_attachment_list.jsx b/webapp/components/file_attachment_list.jsx index 59fd56bc3..e4b841769 100644 --- a/webapp/components/file_attachment_list.jsx +++ b/webapp/components/file_attachment_list.jsx @@ -29,6 +29,7 @@ export default class FileAttachmentList extends React.Component { filename={filenames[i]} index={i} handleImageClick={this.handleImageClick} + compactDisplay={this.props.compactDisplay} /> ); } @@ -60,5 +61,7 @@ FileAttachmentList.propTypes = { channelId: React.PropTypes.string, // the user that owns the post that this is attached to - userId: React.PropTypes.string + userId: React.PropTypes.string, + + compactDisplay: React.PropTypes.bool }; -- cgit v1.2.3-1-g7c22