Skip to content

Commit

Permalink
Update timeline.vue (refactor)
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Aug 17, 2024
1 parent 6cdecd7 commit 75b0315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}
Expand Down

0 comments on commit 75b0315

Please sign in to comment.