aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Welcome.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Welcome.tsx')
-rw-r--r--src/components/auth/Welcome.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/auth/Welcome.tsx b/src/components/auth/Welcome.tsx
index 047512ea4..259e3c335 100644
--- a/src/components/auth/Welcome.tsx
+++ b/src/components/auth/Welcome.tsx
@@ -91,6 +91,7 @@ class Welcome extends Component<IProps> {
91 className="settings__hr-sections" 91 className="settings__hr-sections"
92 style={{ marginTop: 24, marginBottom: 24, borderStyle: 'solid' }} 92 style={{ marginTop: 24, marginBottom: 24, borderStyle: 'solid' }}
93 /> 93 />
94 {/* eslint-disable-next-line react/button-has-type */}
94 <button 95 <button
95 className="button" 96 className="button"
96 onClick={this.useLocalServer.bind(this)} 97 onClick={this.useLocalServer.bind(this)}