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

Fix: 모달 창 안 뜨는 문제 해결 #231

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Conversation

kimeodml
Copy link
Contributor

What is this PR? 🔍

Changes 📝

  • 이전 code를 이용해 모달 창 띄우는 것을 status 값으로 변경했습니다.
  • 배달 금액 숫자만 입력 되도록 변경했습니다.

ScreenShot 📷

Test CheckList ✅

  • 승인창 잘 뜨는지 확인
  • 배달비 number 외의 값 입력 불가능한지 확인

Precaution

✔️ Please check if the PR fulfills these requirements

  • It's submitted to develop branch, not the main branch
  • Did you merge recent develop branch?

@@ -135,7 +135,7 @@ export default function Login() {
</div>
</form>
</div>
{loginErrorCode === 100005 && isModalOpen && <ApprovalModal toggle={toggle} />}
{loginErrorStatus === 403 && isModalOpen && <ApprovalModal toggle={toggle} />}
Copy link
Member

Choose a reason for hiding this comment

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

요거 KoinError타입이랑 아직 동기화안돼있죠?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

동기화 안 됐다는 게 무슨 소리인지 알 수 있을까요? 동기화가 되나요..?

@kimeodml kimeodml merged commit 646c36c into main Apr 10, 2024
2 checks passed
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