mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-11 13:22:39 +00:00
quickfix
This commit is contained in:
@@ -129,7 +129,7 @@ const ArchivePage = createClass({
|
|||||||
{brewCollection.map((brew, index)=>(
|
{brewCollection.map((brew, index)=>(
|
||||||
<BrewItem brew={brew} key={index} reportError={this.props.reportError} />
|
<BrewItem brew={brew} key={index} reportError={this.props.reportError} />
|
||||||
))}
|
))}
|
||||||
{this.renderPagination()}
|
{this.renderPaginationControls()}
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user