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-06-03 23:15:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9e9aeeef70f9ac41ded1f508c056a47b422417f7
9e9aeeef
1 parent
9d2d4778
remove avatarUrl statements
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
front/src/Routes/Chat/ChatContainer.js
front/src/Routes/Chat/ChatContainer.js
View file @
9e9aeee
...
...
@@ -41,11 +41,6 @@ export default withRouter(({ location }) => {
});
if
(
messageList
!==
undefined
)
{
messageList
.
seeAllMessage
.
map
((
e
)
=>
{
if
(
e
.
sender
.
avatarUrl
===
""
)
{
e
.
sender
.
avatarUrl
=
"../../imgs/defaultProfile.jpg"
;
}
});
messageArray
=
messageList
;
}
...
...
Please
register
or
login
to post a comment