mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
fix: remove Bird Quest Bundle from Featured Quests in Shop (#13635)
This commit is contained in:
parent
7aecec9cf4
commit
0a8082cb35
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ const featuredItems = {
|
|||
path: 'quests.horse',
|
||||
},
|
||||
{
|
||||
type: 'bundles',
|
||||
path: 'bundles.birdBuddies',
|
||||
type: 'quests',
|
||||
path: 'quests.butterfly',
|
||||
},
|
||||
];
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue