Remove height for comment form card, update page size for index page

This commit is contained in:
Aaron William Po
2023-04-17 21:57:06 -04:00
parent ed4a60c6b8
commit ac90f89dc9
2 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import { FaArrowUp } from 'react-icons/fa';
const BeerPage: NextPage = () => {
const { user } = useContext(UserContext);
const PAGE_SIZE = 2;
const PAGE_SIZE = 6;
const { beerPosts, setSize, size, isLoading, isLoadingMore, isAtEnd } = useBeerPosts({
pageSize: PAGE_SIZE,