Skip to content

Commit

Permalink
Merge pull request #117 from softeerbootcamp4th/hotfix
Browse files Browse the repository at this point in the history
hotfix: 미사용 코드 제거
  • Loading branch information
DaeWon9 authored Aug 22, 2024
2 parents fdc87c4 + c0accb3 commit 3ed6ddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ExpectationDataGrid = () => {
event: ChangeEvent<HTMLInputElement>,
) => {
event.stopPropagation();
apiPostExpectation(id).then((res) => console.log(res));
apiPostExpectation(id).then();

setGridData((prevData) =>
prevData.map((row) =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const OrderEventManagement = () => {
<div css={buttonContainerStyle}>
<Button
onClick={(event) => {
console.log(params.id);
event.stopPropagation();
navigate(ORDER_EVENT_WINNER_MANAGEMENT_PAGE_ROUTE, {
state: params.id,
Expand Down

0 comments on commit 3ed6ddd

Please sign in to comment.