1
0

Small cleanups & code improvements

This commit is contained in:
kolaente
2021-08-06 23:34:37 +02:00
parent f2c29d42dd
commit 187a8f5933
2 changed files with 9 additions and 8 deletions

View File

@ -1,5 +1,9 @@
export const saveListView = (listId, routeName) => {
if(routeName.includes('settings.')) {
if (routeName.includes('settings.')) {
return
}
if (!listId) {
return
}