Commit 1da6b905 authored by 이재연's avatar 이재연
Browse files

Merge remote-tracking branch 'origin/jaeyeon' into jaeyeon2854

parents 57c9ec85 13fb60af
...@@ -9,7 +9,7 @@ const INIT_ROOM = { ...@@ -9,7 +9,7 @@ const INIT_ROOM = {
const RoomHeader = () => { const RoomHeader = () => {
const {roomId}=useParams(); const {roomId, channelId}=useParams();
const [room, setRoom] = useState([INIT_ROOM]); const [room, setRoom] = useState([INIT_ROOM]);
const [error, setError] = useState("") const [error, setError] = useState("")
async function getRoom(Id) { async function getRoom(Id) {
...@@ -47,7 +47,7 @@ const RoomHeader = () => { ...@@ -47,7 +47,7 @@ const RoomHeader = () => {
color: '#6c33a2', color: '#6c33a2',
}} }}
> >
# 회의 # {channelId}
</a> </a>
</div> </div>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment