Skip to content

Commit

Permalink
update: Remove commented-out code to streamline and clean up the code…
Browse files Browse the repository at this point in the history
…base.
  • Loading branch information
marshjaja committed Aug 16, 2024
1 parent c70d78f commit c01b0d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export function Home({ data, setListPath }) {
Hello from the home (<code>/</code>) page!
</p>
<ul>
{/* {data.map((item) => (
<SingleList key={item.id} name={item.name} path={item.path} setListPath={setListPath} />
))} */}
{data.map((item, index) => (
<SingleList
key={index}
Expand Down

0 comments on commit c01b0d9

Please sign in to comment.