From 094728a809ce325e1483e6ba1ed644947d0f6ba9 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 19 Nov 2015 20:18:38 +0500 Subject: Multiple UI Improvements --- web/react/components/post_info.jsx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'web/react/components') diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx index 5446fca7a..322834f07 100644 --- a/web/react/components/post_info.jsx +++ b/web/react/components/post_info.jsx @@ -74,6 +74,23 @@ export default class PostInfo extends React.Component { ); } + if (this.props.allowReply === 'true') { + dropdownContents.push( +
  • + + {'Reply'} + +
  • + ); + } + if (dropdownContents.length === 0) { return ''; } -- cgit v1.2.3-1-g7c22