diff --git a/front/components/GtkUI/ElementList.tsx b/front/components/GtkUI/ElementList.tsx index cb0cd91..5e27a00 100644 --- a/front/components/GtkUI/ElementList.tsx +++ b/front/components/GtkUI/ElementList.tsx @@ -124,9 +124,23 @@ const Element = ({ alignItems: "center", }} > - + {icon} - {title} + + {title} + {description && ( + + {description} + + )} + { { type: "text", title: "ID", + helperText: "This is your unique ID, be proud of it!", data: { text: user.id, },