Skip to content

Commit

Permalink
Merge pull request #1643 from innovationacademy-kr/fe/dev/hotfix_dele…
Browse files Browse the repository at this point in the history
…te_extension_modal_console_log/#1642

[FE] ETC: 연장권 사용모달에서의 테스트 콘솔로그 삭제#1642
  • Loading branch information
jnkeniaem authored Jun 14, 2024
2 parents c0aaf4b + d21d2b0 commit 0657e46
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const ExtendModal: React.FC<{

const findMyExtension = (period: string) => {
return !myItems?.extensionItems.some((item) => {
console.log("item : ", item);
return item.itemDetails === period;
});
};
Expand Down Expand Up @@ -157,7 +156,6 @@ const ExtendModal: React.FC<{
setExtensionDate(extensionPeriod[option].day);
};

console.log("!!! : ", extensionPeriod[2].period);
const extensionDropdownProps = {
options: [
{
Expand Down

0 comments on commit 0657e46

Please sign in to comment.