From 83db8e57b124cb001c8f36ff9c7b7944dc92ec9a Mon Sep 17 00:00:00 2001 From: RujitRaval Date: Tue, 25 Feb 2020 23:29:07 -0500 Subject: [PATCH] Add condition to check if survey is for NYC before storing contact into MailChimp --- src/App.js | 1 + src/Contact.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 121d99930..27c600676 100644 --- a/src/App.js +++ b/src/App.js @@ -1018,6 +1018,7 @@ class App extends React.Component { prevQuestion={this.prevQuestion} submitContact={this.submitContact} form={this.state.form} + surveyId={this.props.building.data.surveyId} />, reviewAnswers: