Skip to content

Commit

Permalink
event handler to button at PortfolioImage
Browse files Browse the repository at this point in the history
  • Loading branch information
HalynaRiabokonenko committed Mar 2, 2024
1 parent 6da94a5 commit 69d17bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const PortfolioImage = () => {
}, [imageId]);

const addToBasket = () => {
console.log("ADDED");
// console.log("ADDED");
};

if (!photo) {
Expand Down

0 comments on commit 69d17bd

Please sign in to comment.