0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-21 13:42:46 +00:00

display pagination on top as well

This commit is contained in:
Víctor Losada Hernández
2025-03-08 19:32:26 +01:00
parent c0eef7530e
commit b07317b0f7
2 changed files with 11 additions and 3 deletions

View File

@@ -395,6 +395,7 @@ const VaultPage = (props)=>{
{`Brews found: `}
<span>{totalBrews}</span>
</span>
{brewCollection.length > 10 && renderPaginationControls()}
{brewCollection.map((brew, index)=>{
return (
<BrewItem