mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-06 18:42:40 +00:00
Change data items to a list
This commit is contained in:
@@ -39,7 +39,11 @@ const UIPage = createClass({
|
||||
</Navbar>
|
||||
|
||||
<div className='content'>
|
||||
{this.props.renderUiItems()}
|
||||
{this.props.renderUiItems().map((item, index)=>{
|
||||
return <div className='dataGroup' key={index}>
|
||||
{item}
|
||||
</div>;
|
||||
})}
|
||||
</div>
|
||||
</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user