mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-31 23:11:20 +00:00
Add message when torrent finishes downloading
This commit is contained in:
parent
48b8cdf26c
commit
730c4e23c7
1 changed files with 5 additions and 1 deletions
|
|
@ -121,10 +121,14 @@ class FileChatEntry extends Component
|
|||
|
||||
{this.state.files && (
|
||||
<div>
|
||||
<p>Torrent finished downloading.</p>
|
||||
|
||||
{this.state.files.map((file, i) => (
|
||||
<div key={i}>
|
||||
{file.name}
|
||||
|
||||
<button onClick={() => this.saveFile(file)}>
|
||||
Save {file.name}
|
||||
Save
|
||||
</button>
|
||||
</div>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue