mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-09 21:58:47 +00:00
fix(backgrounds): correct index of bbash
This commit is contained in:
parent
987a27ffa1
commit
9b54e4d80a
1 changed files with 2 additions and 2 deletions
|
|
@ -208,13 +208,13 @@
|
|||
<div
|
||||
class="row text-center title-row"
|
||||
>
|
||||
<strong>{{ backgroundShopSets[1].text }}</strong>
|
||||
<strong>{{ backgroundShopSets[2].text }}</strong>
|
||||
</div>
|
||||
<div
|
||||
class="row title-row"
|
||||
>
|
||||
<div
|
||||
v-for="bg in backgroundShopSets[1].items"
|
||||
v-for="bg in backgroundShopSets[2].items"
|
||||
:id="bg.key"
|
||||
:key="bg.key"
|
||||
class="col-4 text-center customize-option background-button"
|
||||
|
|
|
|||
Loading…
Reference in a new issue