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() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className = 'details-container' >
|
<div className = 'details-container' >
|
||||||
{ [
|
{ this._renderAlwaysVisible() }
|
||||||
this._renderAlwaysVisible(),
|
{ this._renderAutoHide() }
|
||||||
this._renderAutoHide()
|
|
||||||
] }
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue