Skip to content

Commit

Permalink
deshabilito
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Jun 19, 2024
1 parent 2f5d64c commit edc7bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/configuraciones/components/contenido/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ function Contenido({ selected }) {
<i className="bi-check-circle-fill text-success" /> Habilitados
</a>
</li>
<li className="nav-item">
{/* <li className="nav-item">
<a
className={`nav-link ${activeTab === "deshabilitados" && "active"} pointer`}
onClick={() => {setActiveTab("deshabilitados");}}
>
<i className="bi-x-circle-fill text-danger" /> Deshabilitados
</a>
</li>
</li> */}
</ul>
</section>

Expand Down

0 comments on commit edc7bec

Please sign in to comment.