mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 10:55:56 +03:00
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…
Reference in a new issue