-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: 전적 페이지 게임 날짜 시간 #500
The head ref may contain hidden characters: "443-bug-\uC804\uC801-\uD398\uC774\uC9C0-\uAC8C\uC784-\uB0A0\uC9DC-\uC2DC\uAC04"
Conversation
tournament: "토너먼트 모드", | ||
casual_tournament: "토너먼트 모드", | ||
rank: "랭크 토너먼트", | ||
one_on_one: "1 vs 1 모드", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
훨씬 낫네요 bb
const [hour, minute, second] = timeString.split(":"); | ||
return ( | ||
hour.split(".")[0] + ":" + minute.split(".")[0] + ":" + second.split(".")[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나이스한 구조분해할당 코드같습니다요
✅ 풀_리퀘스트 체크리스트
🔄 변경 사항
무엇을 합니다!
📎 변경한 이유
closes: #443
👨🏻💻 테스트 체크리스트
📌 변경 및 주의 사항