We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c17a6c commit 6734fbbCopy full SHA for 6734fbb
packages/esm-patient-queues-app/src/active-visits/active-visits-table.component.tsx
@@ -201,7 +201,10 @@ const ActiveVisitsTable: React.FC<ActiveVisitsTableProps> = ({ status }) => {
201
)}
202
</>
203
204
- <ViewActionsMenu to={`\${openmrsSpaBase}/patient/${entry?.patientUuid}/chart`} from={fromPage} />
+
205
+ {entry.status === 'COMPLETED' && (
206
+ <ViewActionsMenu to={`\${openmrsSpaBase}/patient/${entry?.patientUuid}/chart`} from={fromPage} />
207
+ )}
208
<NotesActionsMenu note={entry} />
209
</div>
210
),
0 commit comments