diff --git a/src/components/team/creditEntry.tsx b/src/components/team/creditEntry.tsx index 0f0f8d15..b6db9397 100644 --- a/src/components/team/creditEntry.tsx +++ b/src/components/team/creditEntry.tsx @@ -64,10 +64,6 @@ export class CreditEntry extends React.Component{this.props.member.title} ) : undefined} - {/* Display the person's description */} -
- {this.props.member.description} -
{/* Important: make sure the key prop is set to avoid React displaying the wrong component instance! */} + + {/* Display the person's description */} +
+ {this.props.member.description}