mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
Client sept 12 (#9032)
* Removed load all members from challengs * Fixed chalenge member modal loading * Fixed party setting * Fixed chat showing * Fixed armoire drops * Ignored lint issue * Fixed buying old armoir items * Fixed hatching * Fixed pending damage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
b-modal#modify-inventory(title="Modify Inventory", size='lg', :hide-footer="true")
|
||||
b-modal#modify-inventory(v-if='user.profile', title="Modify Inventory", size='lg', :hide-footer="true")
|
||||
.modal-header
|
||||
h4 Modify Inventory for {{user.profile.name}}
|
||||
.modal-body
|
||||
|
||||
Reference in New Issue
Block a user