forked from DebaucheryLibrarian/traxxx
Fixed default actor avatar allocation. Fixed lazy loading in actor photos component.
This commit is contained in:
@@ -12,8 +12,8 @@ function initActorActions(store, router) {
|
||||
range = 'latest',
|
||||
}) {
|
||||
const { before, after, orderBy } = getDateRange(range);
|
||||
const includedTags = router.currentRoute.query.tags ? router.currentRoute.query.tags.split(',') : [];
|
||||
const mode = router.currentRoute.query.mode || 'all';
|
||||
const includedTags = router.currentRoute.value.query.tags ? router.currentRoute.value.query.tags.split(',') : [];
|
||||
const mode = router.currentRoute.value.query.mode || 'all';
|
||||
|
||||
const { actor } = await graphql(`
|
||||
query Actor(
|
||||
|
||||
Reference in New Issue
Block a user