Skip to content

Commit

Permalink
Modify the small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
re-fort committed Jun 11, 2016
1 parent 447539e commit c290d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ let app = new Vue({
},

fetchProgramList() {
if (this.name.length === 1 && !this.myCasts.some((c) => {
if (typeof this.name === 'string' && !this.myCasts.some((c) => {
if (c.name === this.name) return true
})) {
this.activeIndex = -99
Expand Down

0 comments on commit c290d05

Please sign in to comment.