Skip to content

Commit

Permalink
fix: hide non-working toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinx0 committed Nov 9, 2024
1 parent 70d6478 commit 61fc357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/casos-activos/solicitudes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,13 +190,13 @@ function Solicitudes() {
))}
</select>
</div>
<div className="flex flex-row flex-1 justify-end">
{/*<div className="flex flex-row flex-1 justify-end">
<Toggle
handleChange={handleToggleChange}
checked={isStringTrue(filtroData.soloSinAsignar)}
label="Sólo ofertas sin voluntarios"
/>
</div>
</div> */}
</div>
</div>
<div className="grid gap-4">
Expand Down

0 comments on commit 61fc357

Please sign in to comment.