prettier fix
This commit is contained in:
@@ -5,6 +5,7 @@ import { useTransition } from 'react';
|
||||
import Link from 'next/link';
|
||||
|
||||
import { format } from 'date-fns';
|
||||
import { capitalize } from 'lodash';
|
||||
import { Eye } from 'lucide-react';
|
||||
|
||||
import { getResultSetName } from '@kit/doctor/lib/helpers';
|
||||
@@ -26,7 +27,6 @@ import {
|
||||
import { Trans } from '@kit/ui/trans';
|
||||
|
||||
import DoctorJobSelect from './doctor-job-select';
|
||||
import { capitalize } from 'lodash';
|
||||
|
||||
export default function ResultsTable({
|
||||
results = [],
|
||||
@@ -189,7 +189,9 @@ export default function ResultsTable({
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
{capitalize(
|
||||
languageNames.of(result?.patient?.preferred_locale ?? 'et'),
|
||||
languageNames.of(
|
||||
result?.patient?.preferred_locale ?? 'et',
|
||||
),
|
||||
)}
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
|
||||
Reference in New Issue
Block a user