mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +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