Merge branch 'develop'

This commit is contained in:
syuilo 2019-04-15 22:09:10 +09:00
commit ff625253ce
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
6 changed files with 10 additions and 7 deletions

View file

@ -88,8 +88,6 @@ export default Vue.extend({
} else if (this.src == 'tag') {
this.tagTl = this.$store.state.device.tl.arg;
}
} else if (this.$store.state.i.followingCount == 0) {
this.src = 'hybrid';
}
},

View file

@ -130,8 +130,6 @@ export default Vue.extend({
} else if (this.src == 'tag') {
this.tagTl = this.$store.state.device.tl.arg;
}
} else if (this.$store.state.i.followingCount == 0) {
this.src = 'hybrid';
}
},