From fdbbac98ee66fc704424c1886b6e480e3b1db798 Mon Sep 17 00:00:00 2001 From: Sahil Malhotra Date: Fri, 10 Feb 2023 16:48:18 -0500 Subject: [PATCH] integration changes --- src/components/RemsInterface/RemsInterface.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/RemsInterface/RemsInterface.jsx b/src/components/RemsInterface/RemsInterface.jsx index 861e43a2..723ce749 100644 --- a/src/components/RemsInterface/RemsInterface.jsx +++ b/src/components/RemsInterface/RemsInterface.jsx @@ -269,14 +269,14 @@ export default class RemsInterface extends Component {
- ID : {this.state.response?.data?.doctorOrder?._id || "N/A"} + ID : {this.state.response?.data?._id || "N/A"}
- Status: {this.state.response?.data?.doctorOrder?.dispenseStatus} + Status: {this.state.response?.data?.dispenseStatus}
- - {this.state.response?.data?.doctorOrder?._id ? + {/* */} + {this.state.response?.data?._id ?