|
@@ -115,7 +115,6 @@ class PageAttachment extends React.Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
-
|
|
|
|
|
const { t } = this.props;
|
|
const { t } = this.props;
|
|
|
if (this.state.attachments.length === 0) {
|
|
if (this.state.attachments.length === 0) {
|
|
|
return t('No_attachments_yet');
|
|
return t('No_attachments_yet');
|
|
@@ -150,8 +149,6 @@ class PageAttachment extends React.Component {
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- console.log(this.state.limit);
|
|
|
|
|
-
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
<PageAttachmentList
|
|
<PageAttachmentList
|