0.1.6
This commit is contained in:
@@ -10,7 +10,7 @@ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/com
|
||||
import { Pagination, PaginationContent, PaginationItem, PaginationNext, PaginationPrevious } from '@/components/ui/pagination';
|
||||
import { useToast } from '@/hooks/use-toast.js';
|
||||
|
||||
export default function Index({ comics, offset, auth }) {
|
||||
export default function Index({ comics = [], offset = 0, auth = {} }) {
|
||||
|
||||
const url = new URL(window.location); // searchParams
|
||||
|
||||
|
||||
Reference in New Issue
Block a user