This commit is contained in:
Samandar Turgunboyev
2025-11-24 18:17:27 +05:00
parent 3eddadaad0
commit 394d158947

View File

@@ -183,7 +183,7 @@ const Tours = ({ user }: { user: Role }) => {
{data?.data.data.results.map((tour, idx) => ( {data?.data.data.results.map((tour, idx) => (
<TableRow key={tour.id}> <TableRow key={tour.id}>
<TableCell className="font-medium text-center"> <TableCell className="font-medium text-center">
{(page - 1) * 6 + idx + 1} {(page - 1) * 10 + idx + 1}
</TableCell> </TableCell>
<TableCell> <TableCell>
<div className="flex items-center gap-2 font-semibold"> <div className="flex items-center gap-2 font-semibold">