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:
@@ -395,6 +395,7 @@ const VaultPage = (props)=>{
|
||||
{`Brews found: `}
|
||||
<span>{totalBrews}</span>
|
||||
</span>
|
||||
{brewCollection.length > 10 && renderPaginationControls()}
|
||||
{brewCollection.map((brew, index)=>{
|
||||
return (
|
||||
<BrewItem
|
||||
|
||||
Reference in New Issue
Block a user