From 1a5a1ba11ef198bbf7b29031c2ed855aff4bf53d Mon Sep 17 00:00:00 2001 From: bill bittner Date: Wed, 7 Mar 2018 20:18:17 -0800 Subject: [PATCH 1/3] fixed components --- react/components/ActiveStatusBar/index.jsx | 4 ++-- react/components/AssetTitle/view.jsx | 2 +- react/components/ExpandingTextArea/index.jsx | 6 ++--- react/components/InactiveStatusBar/index.jsx | 4 ++-- react/components/Logo/index.jsx | 24 +++++++++---------- .../NavBarChannelOptionsDropdown/index.jsx | 4 ++-- .../PublishUrlMiddleDisplay/index.jsx | 8 +++---- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/react/components/ActiveStatusBar/index.jsx b/react/components/ActiveStatusBar/index.jsx index 4f3737f5..69a98440 100644 --- a/react/components/ActiveStatusBar/index.jsx +++ b/react/components/ActiveStatusBar/index.jsx @@ -1,7 +1,7 @@ import React from 'react'; const ActiveStatusBar = () => { - return | ; -} + return | ; +}; export default ActiveStatusBar; diff --git a/react/components/AssetTitle/view.jsx b/react/components/AssetTitle/view.jsx index 38e59257..5730d048 100644 --- a/react/components/AssetTitle/view.jsx +++ b/react/components/AssetTitle/view.jsx @@ -3,7 +3,7 @@ import React from 'react'; const AssetTitle = ({ title }) => { return (
- {title} + {title}
); }; diff --git a/react/components/ExpandingTextArea/index.jsx b/react/components/ExpandingTextArea/index.jsx index c6a3fdaf..182af876 100644 --- a/react/components/ExpandingTextArea/index.jsx +++ b/react/components/ExpandingTextArea/index.jsx @@ -7,12 +7,12 @@ class ExpandingTextarea extends Component { } render () { - const { onChange, ...rest } = this.props; + const { ...rest } = this.props; return (