summaryrefslogtreecommitdiffstats
path: root/web/react/components/email_verify.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/email_verify.jsx')
-rw-r--r--web/react/components/email_verify.jsx14
1 files changed, 8 insertions, 6 deletions
diff --git a/web/react/components/email_verify.jsx b/web/react/components/email_verify.jsx
index 396e201f8..95948c8dd 100644
--- a/web/react/components/email_verify.jsx
+++ b/web/react/components/email_verify.jsx
@@ -24,12 +24,14 @@ export default class EmailVerify extends React.Component {
} else {
title = config.SiteName + ' Email Not Verified';
body = <p>Please verify your email address. Check your inbox for an email.</p>;
- resend = (<button
- onClick={this.handleResend}
- className='btn btn-primary'
- >
- Resend Email
- </button>);
+ resend = (
+ <button
+ onClick={this.handleResend}
+ className='btn btn-primary'
+ >
+ Resend Email
+ </button>
+ );
}
return (