Commit 7253e60268fef8dc4a3268a3e3212e8f51f5654b
1 parent
6da99304be
Exists in
master
update
Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff
index.js
... | ... | @@ -162,6 +162,7 @@ function BookingWizard(props) { |
162 | 162 | "type": type, |
163 | 163 | "process_booking": `${step}/4`, |
164 | 164 | "process_profile": commonStore?.userProfile?.patient_case?.patient?100:0, // has patient profile |
165 | + "patient_id": commonStore?.userProfile?.patient_id, // has patient id | |
165 | 166 | "marketing_group_id": localStorage.getItem('marketing_group_id'), |
166 | 167 | } |
167 | 168 | } |
... | ... | @@ -243,10 +244,10 @@ function BookingWizard(props) { |
243 | 244 | Get Help |
244 | 245 | </div> |
245 | 246 | </div> */} |
246 | - {/* <div className="bw-btn bw-btn-primary bw-ml-15" onClick={()=> handleRequestHelp('INCOMPLETE_BOOKING', 1)}> | |
247 | + <div className="bw-btn bw-btn-primary bw-ml-15" onClick={()=> handleRequestHelp('INCOMPLETE_BOOKING', 4)}> | |
247 | 248 | <i className="bw-icon-Call-Center"></i> |
248 | 249 | Request Help |
249 | - </div> */} | |
250 | + </div> | |
250 | 251 | </div> |
251 | 252 | </div> |
252 | 253 | <div className="bw-booking-modal-content"> |