fix: lint

This commit is contained in:
kolaente 2022-02-27 15:20:13 +01:00 committed by Gitea
parent b7a976a9cf
commit a055a3ea52
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.
watch(
() => props.listId,
(listId, prevListId) => {
(listId) => {
loadList(listId)
},
{
immediate: true,
}
},
)
// call the method again if the listId changes