Add error state

This commit is contained in:
John Furrow
2016-02-03 21:36:52 -08:00
parent f9982e5fa1
commit 6db47c5823
18 changed files with 302 additions and 210 deletions
@@ -125,6 +125,8 @@ export default class TorrentDetails extends React.Component {
let selectedHash = UIStore.getTorrentDetailsHash();
let torrent = TorrentStore.getTorrent(selectedHash);
console.log(torrent.message);
detailContent = (
<div className="torrent-details">
<TorrentHeading torrent={torrent} />