forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
432122c7a0
commit
2f53b55faa
268 changed files with 5707 additions and 3555 deletions
|
|
@ -89,7 +89,9 @@
|
|||
}
|
||||
|
||||
let officialSearched: Store<MinimalThemeInformation[]> = filtered(
|
||||
osmConnection.isLoggedIn.map(loggedIn => loggedIn ? officialThemes : officialThemes.filter(th => th.id !== "personal"))
|
||||
osmConnection.isLoggedIn.map((loggedIn) =>
|
||||
loggedIn ? officialThemes : officialThemes.filter((th) => th.id !== "personal")
|
||||
)
|
||||
)
|
||||
let hiddenSearched: Store<MinimalThemeInformation[]> = filtered(visitedHiddenThemes)
|
||||
let customSearched: Store<MinimalThemeInformation[]> = filtered(customThemes)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue