fix(client): 「クリップ」ページが開かない問題を修正

This commit is contained in:
syuilo 2022-01-28 01:09:46 +09:00
parent 389350ba77
commit 86931bdafd
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@
### Bugfixes
- 投稿のNSFW画像を表示したあとにリアクションが更新されると画像が非表示になる問題を修正
- 「クリップ」ページが開かない問題を修正
## 12.102.1 (2022/01/27)
### Bugfixes

View file

@ -19,7 +19,7 @@ import MkPagination from '@/components/ui/pagination.vue';
import MkButton from '@/components/ui/button.vue';
import * as os from '@/os';
import * as symbols from '@/symbols';
import i18n from '@/components/global/i18n';
import { i18n } from '@/i18n';
const pagination = {
endpoint: 'clips/list' as const,