Skip to content

Commit

Permalink
Merge pull request #71 from LikeLion-Hackathon-T1/develop
Browse files Browse the repository at this point in the history
배포
  • Loading branch information
seokkkkkk authored Aug 1, 2024
2 parents e908c3a + 06a671d commit e1383dc
Show file tree
Hide file tree
Showing 4 changed files with 370 additions and 260 deletions.
4 changes: 2 additions & 2 deletions src/components/Store/MenuItemDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Line = styled.div`
align-content: center;
height: 1px;
border-bottom: 1px solid ${({ theme }) => theme.color.gray100};
margin-top: 200px;
margin-top: 280px;
`;

const QuantityContainer = styled.div`
Expand Down Expand Up @@ -188,7 +188,7 @@ const MenuItemDetail = ({ menu, onClick = () => {} }) => {
quantity: quantity,
});
if (response && response.data) {
console.log("굿", response.data);
console.log("굿잡", response.data);
} else {
console.error("데이터 없음");
}
Expand Down
Loading

0 comments on commit e1383dc

Please sign in to comment.