diff --git a/src/components/title/Basic.tsx b/src/components/title/Basic.tsx index dfba9c3..eb4ff47 100644 --- a/src/components/title/Basic.tsx +++ b/src/components/title/Basic.tsx @@ -86,6 +86,21 @@ const Basic = ({ data, className }: Props) => { ))}

)} + + {!!data.interests.length && ( +

+ Interests: + {data.interests.map((interest, i) => ( + + {i > 0 && ', '} + + {interest.text} + + + ))} +

+ )} +

Plot: {data.plot || '-'}