diff --git a/app/views/core/CreateAccountModal/BasicInfoView.coffee b/app/views/core/CreateAccountModal/BasicInfoView.coffee
index d550174bd..0f4c53b13 100644
--- a/app/views/core/CreateAccountModal/BasicInfoView.coffee
+++ b/app/views/core/CreateAccountModal/BasicInfoView.coffee
@@ -114,7 +114,7 @@ module.exports = class BasicInfoView extends CocoView
           @state.set({ checkNameState: 'exists', suggestedNameText })
         else
           @state.set { checkNameState: 'available' }
-      .catch (error) ->
+      .catch (error) =>
         @state.set('checkNameState', 'standby')
         throw error
       )