mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
linting updates
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user