Fix bugs with themes, add movement of tag renderings in custom theme generator
This commit is contained in:
parent
80f0dbe6e3
commit
b7b1bc13e4
180 changed files with 671 additions and 967 deletions
|
@ -176,7 +176,7 @@ export class ShareScreen extends UIElement {
|
|||
new VariableUiElement(
|
||||
State.state.osmConnection.userDetails.map(
|
||||
userDetails => {
|
||||
if (userDetails.csCount <= State.userJourney.themeGeneratorUnlock) {
|
||||
if (userDetails.csCount <= State.userJourney.themeGeneratorReadOnlyUnlock) {
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue