fixed styling issue

This commit is contained in:
Alberto Miranda
2017-03-23 07:00:45 -03:00
parent 7f817241ed
commit 4a8ab6e1f6

View File

@@ -5,7 +5,7 @@ class FolderWatcher {
constructor ({window, state}) {
this.window = window
this.state = state
this.torrentsFolderPath
this.torrentsFolderPath = null
this.watching = false
}