Skip to content

Commit

Permalink
Merge pull request #304 from ODOICHON/fix/#303
Browse files Browse the repository at this point in the history
[fix] ๋†๊ฐ€๊ฑฐ๋ž˜ ๊ฒŒ์‹œ๋ฌผ ๋“ฑ๋ก ์‹œ, ๋งค๋ฌผ ์šฉ๋„๋Š” ์„ ํƒ๊ฐ’์œผ๋กœ ์ˆ˜์ •
  • Loading branch information
JunJongHun authored Sep 23, 2024
2 parents d750f9d + 3084191 commit c79e695
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export const checkBeforeTradePost = (
agentName,
agentDetail,
size,
purpose,
title,
code,
} = tradeBoardForm;
Expand Down Expand Up @@ -203,10 +202,6 @@ export const checkBeforeTradePost = (
return false;
}

if (purpose === '') {
alert('์šฉ๋„๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
return false;
}
if (title === '') {
alert('์ œ๋ชฉ์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
return false;
Expand Down

0 comments on commit c79e695

Please sign in to comment.