Skip to content

Commit

Permalink
Bump and sync framework, tooling and patient common lib changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 committed Dec 11, 2024
1 parent b7ee40d commit 48bcf9d
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 112 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
},
"peerDependencies": {
"@openmrs/esm-framework": "*",
"@openmrs/esm-patient-common-lib": "*",
"dayjs": "1.x",
"react": "18.x",
"react-i18next": "11.x",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const ListOrderDetails: React.FC<ListOrdersDetailsProps> = (props) => {

<div className={styles.buttonSection}>
<div className={styles.actionButtons}>
{/* @ts-ignore */}
{row.fulfillerStatus === 'New' ||
row.fulfillerStatus === 'RECEIVED' ||
row.fulfillerStatus == null ? (
Expand Down
Loading

0 comments on commit 48bcf9d

Please sign in to comment.