Skip to content

Commit

Permalink
fix: Fix label View in Care Plans List
Browse files Browse the repository at this point in the history
  • Loading branch information
andreltokdis committed Sep 8, 2020
1 parent 169261b commit 57bbeaf
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 57bbeaf

Please sign in to comment.