Fix typo
This commit is contained in:
parent
62b5283487
commit
0b28c5d319
2 changed files with 2 additions and 2 deletions
2
State.ts
2
State.ts
|
@ -25,7 +25,7 @@ export default class State {
|
|||
// The singleton of the global state
|
||||
public static state: State;
|
||||
|
||||
public static vNumber = "0.2.5e";
|
||||
public static vNumber = "0.2.5f";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
"condition": {
|
||||
"or": [
|
||||
"service:bicycle:pump=yes",
|
||||
"service:bicycle:pump=seperate"
|
||||
"service:bicycle:pump=separate"
|
||||
]
|
||||
},
|
||||
"render": "<img src='./assets/layers/bike_shop/pump.svg'/>"
|
||||
|
|
Loading…
Reference in a new issue