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
Resolves #2372
  • Loading branch information
gaweki committed Sep 8, 2020
1 parent 169261b commit ed91c5c
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'), key: 'view',
action: (row) => history.push(`/patients/${patientId}/care-plans/${row.id}`),
},
]}
Expand Down

0 comments on commit ed91c5c

Please # to comment.