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

Commit

Permalink
fix(care plan): fix view button label in list (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaweki committed Sep 9, 2020
1 parent bbd4140 commit 6156f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patients/care-plans/CarePlanTable.tsx
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

1 comment on commit 6156f38

@vercel
Copy link

@vercel vercel bot commented on 6156f38 Sep 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.