From b25caedce79b4f17ed88d81de562e2a6734b50eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 17 Jul 2018 17:08:22 +0200 Subject: [PATCH] feat(eslint): fix 2 eslint warnings (#3268) --- react/features/base/toolbox/components/AbstractButton.js | 4 ++-- .../recording/components/LiveStream/LiveStreamButton.web.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/react/features/base/toolbox/components/AbstractButton.js b/react/features/base/toolbox/components/AbstractButton.js index 2c88120da..de6f1c0e9 100644 --- a/react/features/base/toolbox/components/AbstractButton.js +++ b/react/features/base/toolbox/components/AbstractButton.js @@ -141,8 +141,8 @@ export default class AbstractButton extends Component { } /** - * Helper function to be implemented by subclasses, which may return a new - * React Element to be appended at the end of the button. + * Helper function to be implemented by subclasses, which may return a + * new React Element to be appended at the end of the button. * * @protected * @returns {ReactElement|null} diff --git a/react/features/recording/components/LiveStream/LiveStreamButton.web.js b/react/features/recording/components/LiveStream/LiveStreamButton.web.js index 0b22d90d5..640c775eb 100644 --- a/react/features/recording/components/LiveStream/LiveStreamButton.web.js +++ b/react/features/recording/components/LiveStream/LiveStreamButton.web.js @@ -58,8 +58,8 @@ class LiveStreamButton extends AbstractLiveStreamButton { } /** - * Helper function to be implemented by subclasses, which returns a React - * Element to display (a beta tag) at the end of the button. + * Helper function to be implemented by subclasses, which returns + * a React Element to display (a beta tag) at the end of the button. * * @override * @protected