Skip to content
Snippets Groups Projects
Commit e60e9e80 authored by esrsc23's avatar esrsc23
Browse files

Issue #307: FIX Correction to the filter modal

parent 5ef0ea30
No related branches found
No related tags found
1 merge request!290Issue #307: FIX Correction to the filter modal
Pipeline #42108 passed
......@@ -247,7 +247,7 @@ export default function FormFilters({
<FieldLabel name="Grandes Áreas" />
<FormGroup className="flex flex-wrap mb-5 " row >
<FormGroup className="flex flex-wrap mb-11 " row >
{subjectsAvailable?.map((subj, index) => (
<FormControlLabel
className="w-64"
......
......@@ -12,8 +12,6 @@ export default function GroupCardsCollections({ data, cardsPerRow, collectionId
const [showButton, setShowButton] = useState(false);
const router = useRouter()
console.log(data)
const handleResize = (data) => {
setShowButton(data?.length > cardsPerRow);
};
......
......@@ -105,7 +105,6 @@ export default function Perfil({ params }) {
.get(`/users/${id}`)
.then(({ data }) => {
setProfileData(data);
console.log(data)
})
.catch(() => setError(true))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment