1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-06-26 04:01:04 +03:00

show placeholder of timeline empty

This commit is contained in:
Matthew Hodgson
2017-02-02 16:32:10 +00:00
parent 68f644c824
commit 08ad69847c
3 changed files with 13 additions and 0 deletions

View File

@ -105,6 +105,7 @@ var FilePanel = React.createClass({
showUrlPreview = { false }
tileShape="file_grid"
opacity={ this.props.opacity }
empty="There are no visible files in this room"
/>
);
}