коммит произвёл
Harrison Healey
родитель
bc6a7d8810
Коммит
b50e7dc7a9
@@ -16,7 +16,7 @@ function makeMapStateToProps() {
|
|||||||
let fileCount = 0;
|
let fileCount = 0;
|
||||||
if (ownProps.post.file_ids) {
|
if (ownProps.post.file_ids) {
|
||||||
fileCount = ownProps.post.file_ids.length;
|
fileCount = ownProps.post.file_ids.length;
|
||||||
} else if (this.props.post.filenames) {
|
} else if (ownProps.post.filenames) {
|
||||||
fileCount = ownProps.post.filenames.length;
|
fileCount = ownProps.post.filenames.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user