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/post_info.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'webapp/components/post_info.jsx') diff --git a/webapp/components/post_info.jsx b/webapp/components/post_info.jsx index 50b03c0be..f86c63fd7 100644 --- a/webapp/components/post_info.jsx +++ b/webapp/components/post_info.jsx @@ -219,6 +219,7 @@ export default class PostInfo extends React.Component {
  • @@ -250,5 +251,6 @@ PostInfo.propTypes = { allowReply: React.PropTypes.string.isRequired, handleCommentClick: React.PropTypes.func.isRequired, sameUser: React.PropTypes.bool.isRequired, - currentUser: React.PropTypes.object.isRequired + currentUser: React.PropTypes.object.isRequired, + compactDisplay: React.PropTypes.bool }; -- cgit v1.2.3-1-g7c22