デフォルトでHTLを表示するように

This commit is contained in:
syuilo 2019-04-15 21:30:49 +09:00
parent 4b9c14329c
commit da1394f029
2 changed files with 0 additions and 4 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';
}
},