fix(lint): Indentation causing linter failures

This commit is contained in:
Ben Gotow 2015-10-04 16:53:39 -07:00
parent 467955dc2c
commit b139556409

View file

@ -241,14 +241,12 @@ class AccountSettingsPage extends React.Component
_onNetworkError: (err) =>
errorMessage = err.message
if errorMessage == "Invite code required"
choice = dialog.showMessageBox(
remote.getCurrentWindow(),
{
type: 'info',
buttons: ['Okay'],
title: 'Confirm',
message: 'Due to a large number of sign-ups this week, youll need an invitation code to add another account! Visit http://invite.nylas.com/ to grab one, or hold tight!'
});
choice = dialog.showMessageBox(remote.getCurrentWindow(), {
type: 'info',
buttons: ['Okay'],
title: 'Confirm',
message: 'Due to a large number of sign-ups this week, youll need an invitation code to add another account! Visit http://invite.nylas.com/ to grab one, or hold tight!'
})
OnboardingActions.moveToPage("token-auth")
if errorMessage == "Invalid invite code"
# delay?