table id
This commit is contained in:
@@ -183,7 +183,7 @@ const Tours = ({ user }: { user: Role }) => {
|
||||
{data?.data.data.results.map((tour, idx) => (
|
||||
<TableRow key={tour.id}>
|
||||
<TableCell className="font-medium text-center">
|
||||
{(page - 1) * 6 + idx + 1}
|
||||
{(page - 1) * 10 + idx + 1}
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<div className="flex items-center gap-2 font-semibold">
|
||||
|
||||
Reference in New Issue
Block a user