Skip to content

Commit

Permalink
fix chart view (#190)
Browse files Browse the repository at this point in the history
fix chart view (#190)
  • Loading branch information
jabahum authored Mar 18, 2024
1 parent 6291e88 commit f4dc409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ const ActiveVisitsTable: React.FC<ActiveVisitsTableProps> = ({ status }) => {
{session?.user && userHasAccess(PRIVILEGE_ENABLE_EDIT_DEMOGRAPHICS, session.user) && (
<EditActionsMenu to={`\${openmrsSpaBase}/patient/${entry?.patientUuid}/edit`} from={fromPage} />
)}
<ViewActionsMenu to={`\${openmrsSpaBase}/patient/${entry?.patientUuid}/chart`} from={fromPage} />
</>
))}
<ViewActionsMenu to={`\${openmrsSpaBase}/patient/${entry?.patientUuid}/chart`} from={fromPage} />
<NotesActionsMenu note={entry} />
</>
),
Expand Down

0 comments on commit f4dc409

Please sign in to comment.