linting updates

This commit is contained in:
Wyatt Johnson
2018-02-23 14:00:07 -07:00
parent 37dc3a27dc
commit 735ecbcef3
35 changed files with 22 additions and 163 deletions
@@ -3,7 +3,5 @@ import GoogleButton from '../containers/GoogleButton';
import { t } from 'plugin-api/beta/client/services';
export default () => {
return (
<GoogleButton>{t('talk-plugin-google-auth.sign_in')}</GoogleButton>
);
return <GoogleButton>{t('talk-plugin-google-auth.sign_in')}</GoogleButton>;
};