From b103daf09c26f33de511e764527faf38d06e5c11 Mon Sep 17 00:00:00 2001 From: kghoreshi Date: Tue, 28 Mar 2023 19:17:55 -0400 Subject: [PATCH] minor fix --- src/components/RemsInterface/RemsInterface.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RemsInterface/RemsInterface.jsx b/src/components/RemsInterface/RemsInterface.jsx index 90c3607a..990e5fb3 100644 --- a/src/components/RemsInterface/RemsInterface.jsx +++ b/src/components/RemsInterface/RemsInterface.jsx @@ -86,7 +86,7 @@ export default class RemsInterface extends Component { this.setState({ remsAdminResponse }); // Will not send post request to PIS if only for patient enrollment - if (this.state.remsAdminResponse?.data?.case_number) { + if (remsAdminResponse?.data?.case_number) { // extract params and questionnaire response identifier let params = this.getResource(this.props.specialtyRxBundle, this.props.specialtyRxBundle.entry[0].resource.focus.parameters.reference);