From 8c5744492f592a7e42603a4d9bf26af38eb48542 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Tue, 20 Dec 2016 19:38:11 -0500 Subject: Revert "PLT-135 Showing "(Edited)" indicator if a message has been edited." (#4854) --- .../components/post_message_container.jsx | 2 +- .../post_view/components/post_message_view.jsx | 38 ++++------------------ 2 files changed, 8 insertions(+), 32 deletions(-) (limited to 'webapp/components') diff --git a/webapp/components/post_view/components/post_message_container.jsx b/webapp/components/post_view/components/post_message_container.jsx index 4e27cd29a..2d17e74c4 100644 --- a/webapp/components/post_view/components/post_message_container.jsx +++ b/webapp/components/post_view/components/post_message_container.jsx @@ -89,7 +89,7 @@ export default class PostMessageContainer extends React.Component { return ( - - : - '' - ); - } - render() { if (!this.props.enableFormatting) { - return ( - - {this.props.post.message} -   - {this.editedIndicator()} - - ); + return {this.props.message}; } const options = Object.assign({}, this.props.options, { @@ -83,13 +62,10 @@ export default class PostMessageView extends React.Component { }); return ( -
- - {this.editedIndicator()} -
+ ); } } -- cgit v1.2.3-1-g7c22