mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
fix(backgrounds): correct index of bbash
This commit is contained in:
@@ -208,13 +208,13 @@
|
|||||||
<div
|
<div
|
||||||
class="row text-center title-row"
|
class="row text-center title-row"
|
||||||
>
|
>
|
||||||
<strong>{{ backgroundShopSets[1].text }}</strong>
|
<strong>{{ backgroundShopSets[2].text }}</strong>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="row title-row"
|
class="row title-row"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-for="bg in backgroundShopSets[1].items"
|
v-for="bg in backgroundShopSets[2].items"
|
||||||
:id="bg.key"
|
:id="bg.key"
|
||||||
:key="bg.key"
|
:key="bg.key"
|
||||||
class="col-4 text-center customize-option background-button"
|
class="col-4 text-center customize-option background-button"
|
||||||
|
|||||||
Reference in New Issue
Block a user