mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Ran prettier to fix build
Not sure why lefthook didn't pick this up before on my previous commit,
but manually running prettier found this.
Followup to: 893d30fb92
This commit is contained in:
@@ -52,12 +52,7 @@ export default Ember.Controller.extend(
|
||||
nameFailed,
|
||||
userFieldsFailed
|
||||
) {
|
||||
return (
|
||||
usernameFailed ||
|
||||
passwordFailed ||
|
||||
nameFailed ||
|
||||
userFieldsFailed
|
||||
);
|
||||
return usernameFailed || passwordFailed || nameFailed || userFieldsFailed;
|
||||
},
|
||||
|
||||
@computed
|
||||
|
||||
Reference in New Issue
Block a user