Fix posting when allow edit after time set (#6913)

Этот коммит содержится в:
Joram Wilander
2017-07-12 09:49:03 -04:00
коммит произвёл Saturnino Abril
родитель dc6862079a
Коммит 6a056a0042
2 изменённых файлов: 16 добавлений и 13 удалений

Просмотреть файл

@@ -81,8 +81,7 @@ export default class PostInfo extends React.PureComponent {
this.state = {
showEmojiPicker: false,
reactionPickerOffset: 21,
canEdit: PostUtils.canEditPost(props.post, this.editDisableAction)
reactionPickerOffset: 21
};
}