mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Inventory: fixes / layout (#11948)
Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -87,6 +87,7 @@ import unlock from './ops/unlock';
|
||||
import updateTask from './ops/updateTask';
|
||||
// TODO under api.libs.statHelpers?
|
||||
import * as statHelpers from './statHelpers';
|
||||
import { unEquipByType } from './ops/unequip';
|
||||
|
||||
const api = {};
|
||||
api.content = content;
|
||||
@@ -182,6 +183,7 @@ api.ops = {
|
||||
reset,
|
||||
markPmsRead,
|
||||
pinnedGearUtils,
|
||||
unEquipByType,
|
||||
};
|
||||
|
||||
api.errorMessages = {
|
||||
|
||||
Reference in New Issue
Block a user