diff --git a/front/src/ui/details/header.tsx b/front/src/ui/details/header.tsx index 25e2b2a3..75337010 100644 --- a/front/src/ui/details/header.tsx +++ b/front/src/ui/details/header.tsx @@ -359,23 +359,22 @@ export const TitleLine = ({ }) as any, ])} > - {studios?.map((x) => ( + {studios !== null && (
theme.user.paragraph,
- display: "flex",
})}
>
- {t("show.studio")}:{" "}
- theme.user.link })}
- >
- {x.name}
-
+ {t("show.studios")}:{" "}
+ {studios.map((studio, i) => (
+ {i !== 0 && ", "}