Skip to content
Snippets Groups Projects
Commit 693c4d16 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue-307/correction-to-the-filter-modal' into 'develop'

Issue #307: FIX Correction to the filter modal

See merge request !290
parents 5ef0ea30 e60e9e80
No related branches found
No related tags found
1 merge request!290Issue #307: FIX Correction to the filter modal
Pipeline #42109 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