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

[S1] 상세페이지 뒤로가기 위치 변경 #626

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

lydiacho
Copy link
Member

🔥 Related Issues

resolved #624

💜 작업 내용

  • 상세페이지 뒤로가기 시 기존에는 무조건 list로 이동시켰는데, 메인뷰orlist 중 이전 페이지로 돌아가는 것으로 수정했습니다

✅ PR Point

          <IcBackDark
            onClick={() => {
              navigate(-1);  //여기
            }}
          />

@lydiacho lydiacho added the 🐞 BugFix 버그 수정 label Feb 27, 2024
@lydiacho lydiacho self-assigned this Feb 27, 2024
@lydiacho lydiacho changed the base branch from main to develop February 27, 2024 14:17
Copy link
Contributor

@gunom gunom left a comment

Choose a reason for hiding this comment

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

👍

@lydiacho lydiacho merged commit 64321a7 into develop Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 BugFix 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[S1] 핫 커스텀 상세페이지 뒤로가기 통일
5 participants