Skip to content
Snippets Groups Projects
Unverified Commit 77ff7b9d authored by syuilo's avatar syuilo
Browse files

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

parent 203cc507
No related branches found
No related tags found
No related merge requests found
......@@ -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';
}
},
......
......@@ -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';
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment