diff --git a/js/components/addEditBookmark.js b/js/components/addEditBookmark.js index 6a0f43c0d3d..131db8d8908 100644 --- a/js/components/addEditBookmark.js +++ b/js/components/addEditBookmark.js @@ -38,7 +38,7 @@ class AddEditBookmark extends ImmutableComponent { return this.isFolder ? (typeof title === 'string' && title.trim().length > 0) - : (typeof title === 'string' && location.trim().length > 0) + : (typeof location === 'string' && location.trim().length > 0) } get isFolder () {