fix: lint
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2022-02-27 15:20:13 +01:00
parent 063a17e5ee
commit db2005658c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -95,12 +95,12 @@ const currentList = computed(() => {
// of it, most likely due to the rights not being properly populated. // of it, most likely due to the rights not being properly populated.
watch( watch(
() => props.listId, () => props.listId,
(listId, prevListId) => { (listId) => {
loadList(listId) loadList(listId)
}, },
{ {
immediate: true, immediate: true,
} },
) )
// call the method again if the listId changes // call the method again if the listId changes