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

Commit

Permalink
fix: fix label view in care plans List
Browse files Browse the repository at this point in the history
  • Loading branch information
gaweki committed Sep 9, 2020
1 parent f0cca2a commit 69d6b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patients/care-plans/CarePlanTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const CarePlanTable = (props: Props) => {
actionsHeaderText={t('actions.label')}
actions={[
{
label: 'actions.view',
label: t('actions.view'),
action: (row) => history.push(`/patients/${patientId}/care-plans/${row.id}`),
},
]}
Expand Down

0 comments on commit 69d6b9e

Please # to comment.