fix(chore): Don't show react "unique key" warning
This commit is contained in:
parent
d66f23ca4a
commit
cfde918a30
|
@ -161,10 +161,8 @@ class ConferenceInfo extends Component<Props> {
|
|||
render() {
|
||||
return (
|
||||
<div className = 'details-container' >
|
||||
{ [
|
||||
this._renderAlwaysVisible(),
|
||||
this._renderAutoHide()
|
||||
] }
|
||||
{ this._renderAlwaysVisible() }
|
||||
{ this._renderAutoHide() }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue