Skip to content

Commit

Permalink
Merge pull request #311 from ODOICHON/fix/#310
Browse files Browse the repository at this point in the history
๋†๊ฐ€๊ฑฐ๋ž˜ ๊ฒŒ์‹œ๊ธ€ ์ž‘์„ฑ ์‹œ ์ „ํ™”๋ฒˆํ˜ธ ํ•˜์ดํ”ˆ ํ•„์ˆ˜ ์ž…๋ ฅ์„ ์‚ญ์ œํ•ฉ๋‹ˆ๋‹ค.
  • Loading branch information
JunJongHun authored Oct 11, 2024
2 parents acf1de4 + 7fe789a commit 3514d01
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/utils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ export const checkBeforeTradePost = (
alert('์—ฐ๋ฝ์ฒ˜๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
return false;
}
if (contact.includes('-')) {
alert('์—ฐ๋ฝ์ฒ˜๋ฅผ - ์—†์ด ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
return false;
}
if (user.userType === 'AGENT' && agentName === '') {
alert('์ค‘๊ฐœ์‚ฌ ์ด๋ฆ„์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
return false;
Expand All @@ -198,7 +194,7 @@ export const checkBeforeTradePost = (
}

if (size === '') {
alert('ํ‰์ˆ˜๋ฅผ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
alert('๋งค๋ฌผ ๋ฉด์ ์„ ์ž…๋ ฅํ•ด์ฃผ์„ธ์š”.');
return false;
}

Expand Down

0 comments on commit 3514d01

Please sign in to comment.