Skip to content

Commit

Permalink
Merge pull request #103 from chingu-voyage6/update
Browse files Browse the repository at this point in the history
fix: delete comment on Board.js
  • Loading branch information
albertoescala authored Oct 8, 2024
2 parents c22e7a3 + 73b689b commit 917c535
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Boards/Boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class Boards extends Component {
<Text black>Menu</Text>
</MenuHeader>
}
{/* <Input type="search" placeholder="Find boards by name..." /> */
/* <ZippyMenu title="Starred Boards" /> */
/* <ZippyMenu title="Recent Boards" /> */}
<ZippyMenu title="All Boards" boards={boards} />
{teams && teams.map(team => {
return <ZippyMenu key={team.id} teamId={team.id} title={team.name} boards={team.boards} />
Expand Down

0 comments on commit 917c535

Please sign in to comment.