Update to React 0.15 and fix bad names

This commit is contained in:
John Furrow
2016-05-16 22:07:52 -07:00
parent 4450b8b830
commit 7748660783
11 changed files with 32 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ const METHODS_TO_BIND = [
'handleStartTorrentsToggle'
];
export default class AddTorrents extends React.Component {
export default class AddTorrentsByFile extends React.Component {
constructor() {
super();