Skip to content

Commit 8b3f749

Browse files
authored
Merge pull request DouglasNeuroInformatics#1487 from david-roper/manage-form-edition
Add edition to manage form preview card
2 parents 5099de6 + 4e95652 commit 8b3f749

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/web/src/routes/_app/group/manage.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,12 @@ const InstrumentPreviewDialog = ({
306306
<span className="text-muted-foreground">{item.description}</span>
307307
</div>
308308
)}
309+
{item.internal && (
310+
<div>
311+
<span className="font-medium">{t({ en: 'Edition', fr: 'Édition' })}: </span>
312+
<span className="text-muted-foreground">{item.internal.edition}</span>
313+
</div>
314+
)}
309315
<div>
310316
<span className="font-medium">{t({ en: 'Source', fr: 'Source' })}: </span>
311317
<span className="text-muted-foreground">

0 commit comments

Comments
 (0)