mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-18 04:21:12 +02:00
fix items pane and logout/login btn
This commit is contained in:
@@ -39,7 +39,7 @@ export const itemService = {
|
||||
var d = deferred();
|
||||
let itemIds = await this.getUserItemIds(shouldFetchLocally);
|
||||
itemIds = Object.getOwnPropertyNames(itemIds || {});
|
||||
log('itemids', itemIds);
|
||||
// log('itemids', itemIds);
|
||||
|
||||
if (!itemIds.length) {
|
||||
d.resolve([]);
|
||||
|
Reference in New Issue
Block a user