mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Fix FileDragAndDropDialog merge mistake
This commit is contained in:
parent
a4292f09c3
commit
91f9e83e81
@ -102,19 +102,19 @@ let FileDragAndDropDialog = React.createClass({
|
|||||||
</span>)
|
</span>)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
|
||||||
<div className="file-drag-and-drop-dialog">
|
|
||||||
<div className="hidden-print">
|
|
||||||
{dialogElement}
|
|
||||||
</div>
|
|
||||||
{/* Hide the uploader and just show that there's been on files uploaded yet when printing */}
|
|
||||||
<p className="text-align-center visible-print">
|
|
||||||
{getLangText('No files uploaded')}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<div className="file-drag-and-drop-dialog">
|
||||||
|
<div className="hidden-print">
|
||||||
|
{dialogElement}
|
||||||
|
</div>
|
||||||
|
{/* Hide the uploader and just show that there's been on files uploaded yet when printing */}
|
||||||
|
<p className="text-align-center visible-print">
|
||||||
|
{getLangText('No files uploaded')}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user