버그 수정
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user