forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
289ff9cd04
commit
b99c9094fb
267 changed files with 5706 additions and 3554 deletions
|
|
@ -90,7 +90,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