Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #52 from mcode/dev
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
smalho01 authored Mar 29, 2023
2 parents 76cf4a7 + 209089b commit ad0357e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RemsInterface/RemsInterface.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ad0357e

Please sign in to comment.