0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00
This commit is contained in:
Víctor Losada Hernández
2024-02-13 10:52:12 +01:00
parent 7e289950fa
commit 74ac8f9ffa

View File

@@ -129,7 +129,7 @@ const ArchivePage = createClass({
{brewCollection.map((brew, index)=>(
<BrewItem brew={brew} key={index} reportError={this.props.reportError} />
))}
{this.renderPagination()}
{this.renderPaginationControls()}
</div>
);
},