Fixing merge
Этот коммит содержится в:
@@ -334,7 +334,7 @@ export default class PostList extends React.Component {
|
|||||||
<div className='post-profile-img__container channel-intro-img'>
|
<div className='post-profile-img__container channel-intro-img'>
|
||||||
<img
|
<img
|
||||||
className='post-profile-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'
|
height='50'
|
||||||
width='50'
|
width='50'
|
||||||
/>
|
/>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user