diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-28 20:29:37 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-11-28 20:29:37 +0900 |
| commit | 2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1 (patch) | |
| tree | c40e093b1fe59351ddfaa377dfd72e5ddb4802bb /packages/client/src/components/notification.vue | |
| parent | feat(client): show confirm dialog when vote (diff) | |
| download | misskey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.tar.gz misskey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.tar.bz2 misskey-2fc58a780e5a1f5e40b3d8d18ae6cc1d0dfd8bc1.zip | |
feat(client): Renoteなノート詳細ページから元のノートページに遷移できるように
Diffstat (limited to 'packages/client/src/components/notification.vue')
| -rw-r--r-- | packages/client/src/components/notification.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/components/notification.vue b/packages/client/src/components/notification.vue index 5cf44f4c56..15d36f5a64 100644 --- a/packages/client/src/components/notification.vue +++ b/packages/client/src/components/notification.vue @@ -74,7 +74,7 @@ import { getNoteSummary } from '@/scripts/get-note-summary'; import XReactionIcon from './reaction-icon.vue'; import MkFollowButton from './follow-button.vue'; import XReactionTooltip from './reaction-tooltip.vue'; -import notePage from '@/filters/note'; +import { notePage } from '@/filters/note'; import { userPage } from '@/filters/user'; import { i18n } from '@/i18n'; import * as os from '@/os'; |