This commit is contained in:
Wyatt Johnson
2018-02-22 14:24:54 -07:00
parent 26a660248e
commit fd53de94a1
4 changed files with 5 additions and 51 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>;
};
@@ -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_up')}</GoogleButton>
);
return <GoogleButton>{t('talk-plugin-google-auth.sign_up')}</GoogleButton>;
};