Ajuste de fechamentos

This commit is contained in:
StsDanilo 2025-11-26 19:36:20 -03:00
parent 25000e3cfb
commit 71963064e0

View File

@ -280,7 +280,6 @@ export default function PacientesPage() {
<Eye className="w-4 h-4 mr-2" />
Ver detalhes
</DropdownMenuItem>
<DropdownMenuItem asChild>
<Link href={`/secretary/pacientes/${patient.id}/editar`} className="flex items-center w-full">
<Edit className="w-4 h-4 mr-2" />
@ -298,11 +297,14 @@ export default function PacientesPage() {
</DropdownMenuItem>
</DropdownMenuContent>
</DropdownMenu>
</div>
))}
</div>
</td>
</tr>
)))}
</tbody>
</table>
)}
</div>
</div>
{/* Paginação */}
{totalPages > 1 && !loading && (