diff --git a/frontend/src/components/controls/index.js b/frontend/src/components/controls/index.js index f225b80..0607cad 100644 --- a/frontend/src/components/controls/index.js +++ b/frontend/src/components/controls/index.js @@ -7,39 +7,42 @@ import PropTypes from 'prop-types' import { Icon } from 'semantic-ui-react' import './styles.scss' -const PlayButton = (props) => ( +const PlayButton = props => ( ) -const PauseButton = (props) => ( +const PauseButton = props => ( ) -const StopButton = (props) => ( +const StopButton = props => ( ) if (googleUser && googleUser.profileObj) { avatar = ( - - ) } diff --git a/frontend/src/components/skip-buttons/index.js b/frontend/src/components/skip-buttons/index.js index a3f3878..65a7504 100644 --- a/frontend/src/components/skip-buttons/index.js +++ b/frontend/src/components/skip-buttons/index.js @@ -3,7 +3,7 @@ import PropTypes from 'prop-types' import classnames from 'classnames' import { Icon } from 'semantic-ui-react' -const PreviousButton = (props) => ( +const PreviousButton = props => ( ) -const NextButton = (props) => ( +const NextButton = props => ( ) -const VolumeUpButton = (props) => ( +const VolumeUpButton = props => (