Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-07-30 22:55:50 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eec2c04295e18c4734b54394a39cdbefc42bcc85
eec2c042
1 parent
8b4edb13
remove header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
front/src/Routes/Room/RoomPresenter.js
front/src/Routes/Room/RoomPresenter.js
View file @
eec2c04
...
...
@@ -3,7 +3,6 @@ import styled from "styled-components";
import
{
FontAwesomeIcon
}
from
"@fortawesome/react-fontawesome"
;
import
{
faArrowRight
}
from
"@fortawesome/free-solid-svg-icons"
;
import
{
Link
}
from
"react-router-dom"
;
import
Header
from
"../../Components/Header"
;
import
Input
from
"../../Components/Input"
;
import
Button
from
"../../Components/Button"
;
import
{
useQuery
}
from
"@apollo/react-hooks"
;
...
...
@@ -169,7 +168,6 @@ export default ({ action, setAction, onSubmit, roomName }) => {
return
(
<
Wrapper
>
<
Header
text
=
{
"KhuChat"
}
><
/Header
>
{
action
===
"showList"
?
(
<>
<
RoomWrapper
>
...
...
Please
register
or
login
to post a comment