fix(front): lint and fix dangling comma
This commit is contained in:
parent
e9e42c53b9
commit
ea3caac74d
|
@ -120,7 +120,7 @@ watch(() => store.state.moderation.lastUpdate, fetchData)
|
|||
|
||||
const reloadWidget = () => (widgetKey.value = new Date().toLocaleString())
|
||||
|
||||
watch([page, tags, q, ordering, orderingDirection,], fetchData)
|
||||
watch([page, tags, q, ordering, orderingDirection], fetchData)
|
||||
|
||||
const search = () => {
|
||||
page.value = 1
|
||||
|
|
Loading…
Reference in New Issue