Fix weird crash

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-02-25 20:10:38 +01:00
parent 43e1144ae7
commit 7277c285a9
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ export default class AuxPanel extends React.Component<IProps, IState> {
fileDropTarget = (
<div className="mx_RoomView_fileDropTarget">
<div title={_t("Drop File Here")}>
<img src={require( "../../../../res/img/upload-big.svg")}> </img>
<img src={require( "../../../../res/img/upload-big.svg")} />
<br />
{ _t("Drop file here to upload") }
</div>