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/#68] 공지사항 새로고침 버그 수정 #69

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

yh-project
Copy link
Collaborator

@yh-project yh-project commented Nov 16, 2023

🚀 Background

공지사항 새로고침 버그 수정

🥥 Contents

공지사항 새로고침 버그 수정

// useNotice.js
const admin = JSON.parse(window.sessionStorage.getItem("adminInfo"));

...

getNoticeList(admin.province, admin.branchName)
  .then((response) => {
    ...
  • 세션스토리지에 저장된 정보를 직접 이용

🧪 Testing

  • 공지사항 새로고침 확인

📸 Screenshot

⚓ Related Issue

close #68

📚 Reference

@yh-project yh-project added the 🔧 Fix 코드 수정, 기능 변화가 있는 코드 변경 (html, css 기능 변화가 있는 걸로 취급) label Nov 16, 2023
@yh-project yh-project self-assigned this Nov 16, 2023
@yh-project yh-project linked an issue Nov 16, 2023 that may be closed by this pull request
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 Fix 코드 수정, 기능 변화가 있는 코드 변경 (html, css 기능 변화가 있는 걸로 취급)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 공지사항 새로고침 버그 수정
1 participant