mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: lint errors and improve logic
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
onMount(() => {
|
||||
const currentOrgId = page.data.organization?.$id;
|
||||
projects =
|
||||
page.data.currentOrgId === currentOrgId
|
||||
? page.data.allProjects?.projects || []
|
||||
: [];
|
||||
page.data.currentOrgId === currentOrgId ? page.data.allProjects?.projects || [] : [];
|
||||
});
|
||||
|
||||
let projectsToArchive = $derived(
|
||||
|
||||
Reference in New Issue
Block a user