summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-10-22 20:52:31 -0700
committer=Corey Hulen <corey@hulen.com>2015-10-22 20:52:31 -0700
commit7384b0791e54b0fd980ce8c321566c2c42289c02 (patch)
tree22f29ee70d3e87ec1cd0cfe50ba8442123105733 /web
parent562f21c03765e5d1972eb15254ca3ceb2a62d9be (diff)
downloadchat-7384b0791e54b0fd980ce8c321566c2c42289c02.tar.gz
chat-7384b0791e54b0fd980ce8c321566c2c42289c02.tar.bz2
chat-7384b0791e54b0fd980ce8c321566c2c42289c02.zip
Fixing merge
Diffstat (limited to 'web')
-rw-r--r--web/react/components/post_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx
index 2839325fe..fd29a303c 100644
--- a/web/react/components/post_list.jsx
+++ b/web/react/components/post_list.jsx
@@ -334,7 +334,7 @@ export default class PostList extends React.Component {
<div className='post-profile-img__container channel-intro-img'>
<img
className='post-profile-img'
- src={'/api/v1/users/' + teammate.id + '/image?time=' + teammate.update_at + '&' + utils.getSessionIndex()}
+ src={'/api/v1/users/' + teammate.id + '/image?time=' + teammate.update_at + '&' + Utils.getSessionIndex()}
height='50'
width='50'
/>