Skip to content

Commit

Permalink
fix timeline options
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Dec 23, 2023
1 parent 098b0ce commit f85245e
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 @@ -209,7 +209,7 @@ const headerActions = computed(() => {
} : undefined, {
type: 'switch',
text: i18n.ts.withHashtags,
ref: $$(withHashtags),
ref: withHashtags,
disabled: false,
}, {
type: 'switch',
Expand Down

0 comments on commit f85245e

Please sign in to comment.