Small cleanups & code improvements
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
export const saveListView = (listId, routeName) => {
|
||||
if(routeName.includes('settings.')) {
|
||||
if (routeName.includes('settings.')) {
|
||||
return
|
||||
}
|
||||
|
||||
if (!listId) {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user