diff --git a/public/react/src/common/components/attachment/AttachmentList.js b/public/react/src/common/components/attachment/AttachmentList.js index aee5eb68c..32c632aa1 100644 --- a/public/react/src/common/components/attachment/AttachmentList.js +++ b/public/react/src/common/components/attachment/AttachmentList.js @@ -15,17 +15,10 @@ class AttachmentsList extends Component{

- - { - item.is_pdf && item.is_pdf == true ? - 30 }> - {item.title} - - : - 30 }> - {item.title} - - } + + 30 }> + {item.title} + {item.filesize}

)