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