diff --git a/app/lib/components/Chat/FileChatEntry.jsx b/app/lib/components/Chat/FileChatEntry.jsx index e5c23f7..2e9d421 100644 --- a/app/lib/components/Chat/FileChatEntry.jsx +++ b/app/lib/components/Chat/FileChatEntry.jsx @@ -121,10 +121,14 @@ class FileChatEntry extends Component {this.state.files && (
+

Torrent finished downloading.

+ {this.state.files.map((file, i) => (
+ {file.name} +
))}