Skip to content

Commit

Permalink
refactor: Remove unused pageNo prop in Product component
Browse files Browse the repository at this point in the history
  • Loading branch information
takeshi-hirosue committed May 23, 2024
1 parent 0f47ed2 commit d723663
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/dashboard.products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ export default function Product() {
<Skeleton className="h-[calc(55vh-220px)] rounded-md border" />
) : (
<PageableTable
pageNo={searchParams.page!}
columns={columns}
totalCount={count}
data={data}
Expand Down

0 comments on commit d723663

Please sign in to comment.