getting organizations from the backend

This commit is contained in:
metacryst
2026-01-11 04:53:55 -06:00
parent 13cdff7a5f
commit 434ecac47a
7 changed files with 47 additions and 29 deletions

View File

@@ -17,7 +17,9 @@ class Sidebar extends Shadow {
.onAppear(async () => {
if(!window.profile) {
window.profile = await this.fetchProfile()
this.rerender()
if(profile) {
this.rerender()
}
}
})
}