버그 수정

This commit is contained in:
2025-04-24 13:48:53 +09:00
parent 7fa99e6988
commit f01bcbdf39
9 changed files with 18 additions and 21 deletions
+1
View File
@@ -173,6 +173,7 @@ const fetchClubs = async () => {
// 첫 번째 클럽의 memberType을 localStorage에 저장
if (clubs.value.length > 0) {
localStorage.setItem('userClubRole', clubs.value[0].memberType || '');
localStorage.setItem('clubId', clubs.value[0].id);
}
} catch (error) {
console.error('클럽 목록 로드 실패:', error);