Skip to content

Commit

Permalink
fix: sidebar navigation sorting (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterxcn authored Jan 29, 2023
1 parent 9a680f0 commit d85fc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/packages/artalk-sidebar/src/pages/comments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ onMounted(() => {
}, 'admin_all')
} else {
nav.updateTabs({
mentions: t('mentions'),
all: t('all'),
mentions: t('mentions'),
mine: t('mine'),
pending: t('pending'),
}, 'mentions')
}, 'all')
}
watch(curtTab, (curtTab) => {
Expand Down

0 comments on commit d85fc4a

Please sign in to comment.