Skip to content

Commit

Permalink
fix:~
Browse files Browse the repository at this point in the history
  • Loading branch information
whyhugo committed Apr 21, 2024
1 parent 87444c2 commit 22330ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions my-app/src/page/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const Home = () => {
image5: { visible: true, content: <Review /> },
});

{
/*
const toggleDescription = (imageId) => {
setDescriptions((prevState) => ({
...prevState,
Expand All @@ -29,6 +31,8 @@ const Home = () => {
},
}));
};
*/
}

return (
<div id="main" style={{ margin: "64px 0%" }}>
Expand Down

0 comments on commit 22330ae

Please sign in to comment.