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-05-28 16:54:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43c6d327779e0256ba8fbbffbd9a01cc2d427899
43c6d327
1 parent
80b1648c
remove unused prop "data"
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
front/src/Routes/Chat/ChatPresenter.js
front/src/Routes/Chat/ChatPresenter.js
View file @
43c6d32
...
...
@@ -142,14 +142,7 @@ const StyledLink = styled(Link)`
}
`
;
export
default
({
data
,
location
,
message
,
onSubmit
,
outcomingMsg
,
incomingMsg
,
})
=>
{
export
default
({
location
,
message
,
onSubmit
,
outcomingMsg
,
incomingMsg
})
=>
{
const
{
pathname
}
=
location
;
const
roomName
=
pathname
.
slice
(
1
,
pathname
.
length
);
return
(
...
...
Please
register
or
login
to post a comment