From 1e279d23354387ec585fd9e4f9d34d0c3a98cb4b Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Mon, 30 Jan 2017 16:35:34 +0000 Subject: [PATCH] Finish with .done() --- src/components/structures/login/Registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index eed370a7ac..a4dcd63d9d 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -125,7 +125,7 @@ module.exports = React.createClass({ this.setState({ teamServerBusy: false, }); - }); + }).done(); } },