From 3819ad298b4c1cd1d33b965a3b64f214a8099f2c Mon Sep 17 00:00:00 2001 From: u-e Date: Mon, 3 Dec 2018 18:34:46 +0300 Subject: [PATCH] updated a bit --- .../commentsDisplay/view/commentsDisplayView.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/commentsDisplay/view/commentsDisplayView.js b/src/components/commentsDisplay/view/commentsDisplayView.js index cdb9a6b3c..1ee81895c 100644 --- a/src/components/commentsDisplay/view/commentsDisplayView.js +++ b/src/components/commentsDisplay/view/commentsDisplayView.js @@ -12,9 +12,9 @@ import { Comments } from '../../comments'; class CommentsDisplayView extends Component { /* Props - * ------------------------------------------------ - * @prop { type } name - Description.... - */ + * ------------------------------------------------ + * @prop { type } name - Description.... + */ constructor(props) { super(props); @@ -25,7 +25,7 @@ class CommentsDisplayView extends Component { // Component Functions _handleOnDropdownSelect = () => { - alert('This feature not read. Thanks for understanding.'); + // alert('This feature not read. Thanks for understanding.'); }; render() { @@ -39,7 +39,7 @@ class CommentsDisplayView extends Component {