mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 10:46:43 -06:00
Update timeline.vue (refactor)
This commit is contained in:
parent
6cdecd72ee
commit
75b0315ace
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ function closeTutorial(): void {
|
|||
}
|
||||
|
||||
function switchTlIfNeeded() {
|
||||
if (isBasicTimeline(src.value) && !availableBasicTimelines().includes(src.value)) {
|
||||
if (isBasicTimeline(src.value) && !isAvailableBasicTimeline(src.value)) {
|
||||
src.value = availableBasicTimelines()[0];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue