fix(front): lint and fix dangling comma

This commit is contained in:
upsiflu 2025-04-01 09:34:29 +02:00
parent e9e42c53b9
commit ea3caac74d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ watch(() => store.state.moderation.lastUpdate, fetchData)
const reloadWidget = () => (widgetKey.value = new Date().toLocaleString()) const reloadWidget = () => (widgetKey.value = new Date().toLocaleString())
watch([page, tags, q, ordering, orderingDirection,], fetchData) watch([page, tags, q, ordering, orderingDirection], fetchData)
const search = () => { const search = () => {
page.value = 1 page.value = 1