Skip to content

Commit

Permalink
Merge branch 'main' into refactor/kill-js
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwebsdev authored Nov 9, 2024
2 parents 61fc357 + 24cfadf commit 0a27211
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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">
<Toggle
handleChange={handleToggleChange}
checked={isStringTrue(filtroData.soloSinAsignar)}
label="Sólo ofertas sin voluntarios"
/>
</div> */}
{/*<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 className="grid gap-4">
Expand Down

0 comments on commit 0a27211

Please sign in to comment.