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

[주변상점] 기본 이미지 오류 수정 #318

Merged
merged 4 commits into from
May 9, 2024

Conversation

hoooooony
Copy link
Contributor

What is this PR? 🔍

Changes 📝

기본 이미지가 변경되고 이전에 생기면 이미지 src오류를 해결하였습니다.

ScreenShot 📷

image image

Test CheckList ✅

Precaution

코인과 동일한 UI인지 확인 바랍니다.

✔️ Please check if the PR fulfills these requirements

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

@github-actions github-actions bot requested review from daepan and MinGu-Jeong May 7, 2024 08:40
Comment on lines +40 to +48
if (hiddenInfo) {
return (
<img
src="https://static.koreatech.in/assets/img/mainlogo2.png"
alt="KOIN service logo"
className={styles.eventThumbail}
/>
);
}
Copy link
Member

Choose a reason for hiding this comment

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

hiddenInfo라면 로고를 띄운다..? 이게 무슨 뜻인가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

전체보기가 아닌경우를 의미합니다.
image
전체보기가 아닌경우 현재 코인로고를 보여주고있어서 이렇게 작성하였습니다.

Copy link
Member

Choose a reason for hiding this comment

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

변수명이랑 매치가 잘 안되는 것 같아요. 프로퍼티를 변경하거나, 주석을 추가해두면 좋을거같네용

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hoooooony hoooooony self-assigned this May 7, 2024
@hoooooony hoooooony added the 🐞 BugFix 버그 해결 label May 7, 2024
Copy link
Contributor

@chaeseungyun chaeseungyun left a comment

Choose a reason for hiding this comment

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

굿~

@chaeseungyun chaeseungyun merged commit ae67630 into develop May 9, 2024
1 check passed
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.

[주변상점] 기본 이미지 오류
3 participants