mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Update seed to do bulk insert
This commit is contained in:
@@ -54,8 +54,6 @@ const useBeerPostComments = ({ id, pageSize }: UseBeerPostCommentsProps) => {
|
||||
|
||||
const isAtEnd = !(size < data?.[0].pageCount!);
|
||||
|
||||
console.log(comments);
|
||||
|
||||
return {
|
||||
comments,
|
||||
isLoading,
|
||||
|
||||
Reference in New Issue
Block a user