This commit is contained in:
Wyatt Johnson
2018-02-27 15:14:46 -07:00
parent f125fac077
commit c5093ab61b
4 changed files with 2 additions and 83 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>;
};