Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-06 02:03:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
277337f16aa0d415d94eb4016a58cfd54ef3762e
277337f1
1 parent
98a313f8
handleUpdateRoomUser의 불필요한 훅 인수 제거
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/components/room/RoomInfo.tsx
web/src/components/room/RoomInfo.tsx
View file @
277337f
...
...
@@ -39,7 +39,7 @@ export const RoomInfo: React.FC = () => {
users: newUsers
});
}
}, [
roomData
]);
}, []);
useEffect(() => {
setRoomData(location.state.roomData);
...
...
Please
register
or
login
to post a comment