diff --git a/packages/frontend/src/components/MkPagination.vue b/packages/frontend/src/components/MkPagination.vue
index 6e116d382c..5340f70f00 100644
--- a/packages/frontend/src/components/MkPagination.vue
+++ b/packages/frontend/src/components/MkPagination.vue
@@ -13,7 +13,7 @@ SPDX-License-Identifier: AGPL-3.0-only
>
-
+
@@ -31,7 +31,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+
{{ i18n.ts.loadMore }}
@@ -128,7 +128,7 @@ let scrollRemove = $ref<(() => void) | null>(null);
* 最新が0番目
*/
const items = ref(new Map());
-const prividingItems = computed(() => Array.from(items.value.values()));
+const providingItems = computed(() => Array.from(items.value.values()));
/**
* タブが非アクティブなどの場合に更新を貯めておく