mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Unify behaviour for shops (#11829)
* Change price for basilist and dustbunnies * return correct unlockCondition for moon quests * Fix basilist not being buyable
This commit is contained in:
@@ -209,7 +209,6 @@
|
||||
<!-- eslint-disable vue/no-use-v-if-with-v-for, max-len -->
|
||||
<div
|
||||
v-for="(items, key) in getGrouped(questItems(category, selectedSortItemsBy,searchTextThrottled, hideLocked, hidePinned))"
|
||||
v-if="key !== 'questGroupEarnable'"
|
||||
:key="key"
|
||||
class="group"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user