Skip to content

Commit

Permalink
modosu
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaina committed Sep 24, 2024
1 parent 97cdde1 commit 1c3f1a6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/frontend/src/pages/timeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>

<script lang="ts" setup>
import { computed, watch, provide, shallowRef, ref, onMounted, onActivated } from 'vue';
import { computed, watch, provide, shallowRef, ref } from 'vue';
import type { Tab } from '@/components/global/MkPageHeader.tabs.vue';
import MkTimeline from '@/components/MkTimeline.vue';
import MkInfo from '@/components/MkInfo.vue';
Expand Down Expand Up @@ -245,13 +245,6 @@ function switchTlIfNeeded() {
}
}

onMounted(() => {
switchTlIfNeeded();
});
onActivated(() => {
switchTlIfNeeded();
});

const headerActions = computed(() => {
const tmp = [
{
Expand Down

0 comments on commit 1c3f1a6

Please sign in to comment.