Skip to content

Commit

Permalink
chore: Update study title
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Dec 10, 2024
1 parent e4262cd commit 2b5b7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/accessories/radiology/studies/Studies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const Studies = () => {
return data.map((study) => {
return {
id: study.id ?? "",
title: study.study?.description ?? "",
title: study.study?.description ?? "--",
date: study.study?.date
? moment(study.study.date, "YYYYMMDD")
.locale(i18n.language)
Expand Down

0 comments on commit 2b5b7eb

Please sign in to comment.