We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4499581 + 7a1ecbd commit c6e1100Copy full SHA for c6e1100
src/components/RequestDashboard/TasksSection.jsx
@@ -15,7 +15,6 @@ import { MemoizedTabPanel } from './TabPanel';
15
import { Refresh } from '@mui/icons-material';
16
import {
17
getPatientFirstAndLastName,
18
- getPatientFullName,
19
getPractitionerFirstAndLastName,
20
retrieveLaunchContext
21
} from '../../util/util';
@@ -281,7 +280,7 @@ const TasksSection = props => {
281
280
},
282
{
283
id: 'patient',
284
- display: `Assign to patient${patient ? ' (' + getPatientFullName(patient) + ')' : ''}`
+ display: `Assign to patient${patient ? ' (' + getPatientFirstAndLastName(patient) + ')' : ''}`
285
286
287
id: 'unassign',
0 commit comments