Skip to content

Commit

Permalink
Moving active clause to api backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Jan 10, 2024
1 parent 0f463f7 commit ebcb485
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion patientsearch/src/js/context/PatientListContextProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ export default function PatientListContextProvider({ children }) {
: getFirstResourceFromFhirBundle(bundleResult);
rowData.resource = {
...entryToUse,
...(params && params.useActiveFlag ? { active: true } : {}),
};
rowData.id = entryToUse.id;
}
Expand Down

0 comments on commit ebcb485

Please sign in to comment.