Missing whitespace
This commit is contained in:
parent
c18a2752af
commit
01d330a490
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export default class UiItemList extends React.PureComponent<UiItemListProps> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (control.type === "section") {
|
if (control.type === "section") {
|
||||||
return(
|
return (
|
||||||
<MqttContext.Consumer>
|
<MqttContext.Consumer>
|
||||||
{this.renderListItem(control, key)}
|
{this.renderListItem(control, key)}
|
||||||
</MqttContext.Consumer>
|
</MqttContext.Consumer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue