Update src/components/views/messages/MFileBody.js
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
parent
60c6af501b
commit
b506de0989
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export default class MFileBody extends React.Component {
|
||||||
if (this.props.showGenericPlaceholder) {
|
if (this.props.showGenericPlaceholder) {
|
||||||
placeholder = (
|
placeholder = (
|
||||||
<div className="mx_MFileBody_info">
|
<div className="mx_MFileBody_info">
|
||||||
<span className="mx_MFileBody_info_icon" >
|
<span className="mx_MFileBody_info_icon">
|
||||||
{this.props.forExport ?
|
{this.props.forExport ?
|
||||||
<img alt="Attachment" className="mx_export_attach_icon" src="icons/attach.svg" />
|
<img alt="Attachment" className="mx_export_attach_icon" src="icons/attach.svg" />
|
||||||
: null}
|
: null}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue