fix lint errors in user/home.vue

This commit is contained in:
Hazelnoot 2025-02-04 11:14:24 -05:00
parent 06bcd0c9a0
commit f5f9b8bc5f

View file

@ -310,7 +310,7 @@ const pagination = {
endpoint: 'users/featured-notes' as const,
limit: 10,
params: computed(() => ({
userId: props.user.id
userId: props.user.id,
})),
};