Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[admin] delivery 컴포넌트 제작 #29

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

gjaegyun
Copy link
Contributor

개요 💡

delivery 컴포넌트 제작

작업내용 ⌨️

delivery 컴포넌트 제작

스크린샷 2024-08-24 오전 1 26 12

Copy link

vercel bot commented Aug 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bigbrocompany ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 25, 2024 5:27am

}) => {
const [isChecked, setIsChecked] = useState(true);

const deliveryCompany = ['로젠택배'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

택배는 로젠택배로 고정될거 같아 따로 변수로 지정할필요가 없을거 같아요

<S.Text key={index}>{line}</S.Text>
))}
</S.TextBox>
<S.Text>010-{toTelFormat(phoneNumber)}</S.Text>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

전화번호 형식으로 바꿔주는 함수를 보면 010까지 같이 넣어야 합니다
따로 오는경우는 없을거에요

@gjaegyun gjaegyun self-assigned this Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants