2 parents 5099de6 + 4e95652 commit 8b3f749Copy full SHA for 8b3f749
1 file changed
apps/web/src/routes/_app/group/manage.tsx
@@ -306,6 +306,12 @@ const InstrumentPreviewDialog = ({
306
<span className="text-muted-foreground">{item.description}</span>
307
</div>
308
)}
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
+ )}
315
<div>
316
<span className="font-medium">{t({ en: 'Source', fr: 'Source' })}: </span>
317
<span className="text-muted-foreground">
0 commit comments