diff --git a/src/routes/_components/community/PageListItem.html b/src/routes/_components/community/PageListItem.html index e4f3453f..df34ed0c 100644 --- a/src/routes/_components/community/PageListItem.html +++ b/src/routes/_components/community/PageListItem.html @@ -123,7 +123,8 @@ export default { store: () => store, data: () => ({ - pinnable: false + pinnable: false, + pinIndex: undefined }), computed: { ariaLabel: ({ label, pinnable, $pinnedPage, href }) => {