mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
Update timeline.vue (refactor)
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user