mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
update ui
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineEventHandler(async event => {
|
||||
domain
|
||||
})
|
||||
|
||||
return timelineStackedEvents;
|
||||
return timelineStackedEvents.filter(e => e.name != undefined);
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user