0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 13:22:39 +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)=>( {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>
); );
}, },