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

feat: 가게 이름을 헤더에 표시 #66

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

99mini
Copy link
Contributor

@99mini 99mini commented Oct 29, 2024

#️⃣연관된 이슈

📝작업 내용

헤더에 가게이름 표시되도록 수정

Usage

useEffect(() => {
    navigation.setOptions({
      title: marketDetail?.name ?? '가게 정보',
    });
  }, [marketDetail?.name, navigation]);

스크린샷 (선택)

Screenshot_1730188320

💬리뷰 요구사항(선택)

@99mini 99mini added the enhancement New feature or request label Oct 29, 2024
@99mini 99mini self-assigned this Oct 29, 2024
Copy link
Contributor

@itslitulinchpin2 itslitulinchpin2 left a comment

Choose a reason for hiding this comment

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

좋습니다

@99mini 99mini merged commit 8566648 into main Oct 29, 2024
1 check passed
@99mini 99mini deleted the feature/market-title-header branch October 29, 2024 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants