Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhochbaum-dcp committed Dec 12, 2024
1 parent af7630d commit d019c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/subscription-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class SubscriptionFormComponent extends Component {

// Disable signup with existing email addresses
if (this.args.invalidEmailForSignup) return false;

if ((this.isCommunityDistrict && !this.isAtLeastOneCommunityDistrictSelected)) return false;
return this.isEmailValid
&& (this.args.subscriptions.CW
Expand Down

0 comments on commit d019c7e

Please sign in to comment.