Skip to content

Commit

Permalink
fix: Apagando commits
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rllon committed Aug 14, 2024
1 parent 91549d9 commit 40a3525
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 9 additions & 0 deletions frontend/src/components/newsletter/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,12 @@
object-fit: cover;
border-radius: 10px;
}


@media(max-width: 1200px){

}

@media(max-width: 800px){

}
3 changes: 0 additions & 3 deletions frontend/src/pages/bidding-list/filter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export default function Filter({
};

useEffect(() => {
console.log(filterParams.orgao.split(','));
setFilterParams({
...filterParams,
orgao: selectedOrgaos.join(','),
Expand Down Expand Up @@ -140,8 +139,6 @@ export default function Filter({
</div>
<ul className={styles.filterOptionsContainer}>
{orgaosDados.map((item) => {
console.log();

const valor = filterOrgaos.split(',').includes(item.nome);

return (
Expand Down

0 comments on commit 40a3525

Please sign in to comment.