Skip to content

Commit

Permalink
[chore] groupId 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
123000l committed Apr 30, 2024
1 parent 074436c commit 540e8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/SideBar/SideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const SideBar = ({ group_id }) => {
getMember(groupId).then((data) => {
setMembers(data)
})
}, [])
}, [groupId])
console.log(members)

if (window.location.pathname === '/group' || window.location.pathname === '/') return null
Expand Down

0 comments on commit 540e8ad

Please sign in to comment.