Showing
1 changed file
with
0 additions
and
5 deletions
... | @@ -41,11 +41,6 @@ export default withRouter(({ location }) => { | ... | @@ -41,11 +41,6 @@ export default withRouter(({ location }) => { |
41 | }); | 41 | }); |
42 | 42 | ||
43 | if (messageList !== undefined) { | 43 | if (messageList !== undefined) { |
44 | - messageList.seeAllMessage.map((e) => { | ||
45 | - if (e.sender.avatarUrl === "") { | ||
46 | - e.sender.avatarUrl = "../../imgs/defaultProfile.jpg"; | ||
47 | - } | ||
48 | - }); | ||
49 | messageArray = messageList; | 44 | messageArray = messageList; |
50 | } | 45 | } |
51 | 46 | ... | ... |
-
Please register or login to post a comment