Skip to content

Commit

Permalink
removed comments about found bugs, they were fixed on alem v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed May 11, 2024
1 parent 36af4d2 commit 43cf938
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "npx playwright test"
},
"dependencies": {
"alem": "1.1.1"
"alem": "1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.38.1",
Expand Down
4 changes: 0 additions & 4 deletions src/pages/Projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import AllProjects from "./components/AllProjects/AllProjects";
import FeaturedProjects from "./components/FeaturedProjects/FeaturedProjects";

const ProjectsPage = () => {
// TODO: Além -> Gerar o erro
// 1 - Comenta a linha 39 e inicia o projeto
// 2 - Descomenta a linha 39, vai gerar o erro

return (
<>
<NewHero />
Expand Down
8 changes: 1 addition & 7 deletions src/pages/Projects/components/AllProjects/AllProjects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,8 @@ const AllProjects = () => {
</Header>
<ProjectsContainer>
{filteredProjects.length ? (
// TODO: Isso quebra (incluindo o "shouldShuffle")
// <ListSection
// shouldShuffle
// items={filteredProjects}
// renderItem={(project: Project) => <Card projectId={project.registrant_id} />}
// />
<ListSection
shouldShuffle={true}
shouldShuffle
items={filteredProjects}
renderItem={(project: Project) => <Card projectId={project.registrant_id} />}
/>
Expand Down

0 comments on commit 43cf938

Please sign in to comment.