feat: mission status tracks actual currency and requirements from the vuex store.
This commit is contained in:
parent
4bbdb03263
commit
6d9486763b
2 changed files with 6 additions and 4 deletions
|
|
@ -5,8 +5,8 @@
|
|||
:key="index"
|
||||
:label="mission.name"
|
||||
:description="mission.description"
|
||||
:max="100"
|
||||
:value="50 * (2 - index)"
|
||||
:max="mission.completionCriteria.cost"
|
||||
:value="$store.state.currency"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue