diff --git a/src/components/NotificationList.vue b/src/components/NotificationList.vue index 32119a1..b03051e 100644 --- a/src/components/NotificationList.vue +++ b/src/components/NotificationList.vue @@ -12,9 +12,8 @@ - You are done! There is no unread notifications for you. + You are done! There is no unread notifications for + you. @@ -55,10 +54,10 @@ async function readNotifications() { const res = await request( "identity", "/api/notifications?" + - new URLSearchParams({ - take: pagination.pageSize.toString(), - offset: ((pagination.page - 1) * pagination.pageSize).toString() - }), + new URLSearchParams({ + take: pagination.pageSize.toString(), + offset: ((pagination.page - 1) * pagination.pageSize).toString() + }), { headers: { Authorization: `Bearer ${await getAtk()}` } } diff --git a/src/components/publish/ArticleEditor.vue b/src/components/publish/ArticleEditor.vue index fffc585..ba59c44 100644 --- a/src/components/publish/ArticleEditor.vue +++ b/src/components/publish/ArticleEditor.vue @@ -1,5 +1,5 @@