summaryrefslogtreecommitdiffstats
path: root/web/react/components/claim/claim_account.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-17 22:25:30 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-17 22:25:30 -0500
commit344f2d2d989c96a470e9f74f447b46df777c3859 (patch)
treea28455c25902c594d2ee6e82db3c942e30a48286 /web/react/components/claim/claim_account.jsx
parent3ef0f5ad37efbbbf6f6907b0b47fb8d8cffbbc6a (diff)
parente3ab89e1c47b9228f3a914a994e1244d1e61d93b (diff)
downloadchat-344f2d2d989c96a470e9f74f447b46df777c3859.tar.gz
chat-344f2d2d989c96a470e9f74f447b46df777c3859.tar.bz2
chat-344f2d2d989c96a470e9f74f447b46df777c3859.zip
Merge pull request #2181 from mattermost/plt-1707
PLT-1707 Added help text to sso switching and removed redundant divs
Diffstat (limited to 'web/react/components/claim/claim_account.jsx')
-rw-r--r--web/react/components/claim/claim_account.jsx6
1 files changed, 1 insertions, 5 deletions
diff --git a/web/react/components/claim/claim_account.jsx b/web/react/components/claim/claim_account.jsx
index 87026b762..5b3b584ee 100644
--- a/web/react/components/claim/claim_account.jsx
+++ b/web/react/components/claim/claim_account.jsx
@@ -43,11 +43,7 @@ export default class ClaimAccount extends React.Component {
);
}
- return (
- <div>
- {content}
- </div>
- );
+ return content;
}
}