Skip to content

Commit 0712ea0

Browse files
committed
Show nickname
1 parent 599cd76 commit 0712ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/InfoPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class InfoPanel extends Component<Props, null> {
2121
<SearchField onRefocus={this.props.onRefocus} person={person}/>
2222
{person.getMarriedName() && <h2 className="birth-name">{person.getBirthName()}</h2>}
2323
{person.getAlsoKnownAs() && <h2 className="alsoKnownAs">{person.getAlsoKnownAs()}</h2>}
24+
{person.getNickname() && <h2 className="nickname">{person.getNickname()}</h2>}
2425

2526
<ul id="factView">
2627
{person.getFacts().sort((a, b) => {

0 commit comments

Comments
 (0)