Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Sep 6, 2024
1 parent 0d7595d commit 8f4a58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/instance-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const usersPagination = {
hostname: props.host,
},
offsetMode: true,
} as const satisfies Paging;
} satisfies Paging;

if (iAmModerator) {
watch(moderationNote, async () => {
Expand Down

0 comments on commit 8f4a58c

Please sign in to comment.