Moved summary template editor to profile page.
This commit is contained in:
@@ -39,8 +39,8 @@ const propProcessors = {
|
||||
return true;
|
||||
})
|
||||
.map((tag) => tag.name),
|
||||
movie: (sceneInfo) => sceneInfo.movies[0]?.title,
|
||||
date: (sceneInfo, options) => format(sceneInfo.effectiveDate, options.format || 'yyyy-MM-dd'),
|
||||
movie: (sceneInfo) => sceneInfo.movies?.[0]?.title,
|
||||
date: (sceneInfo, options) => (sceneInfo.effectiveDate ? format(sceneInfo.effectiveDate, options.format || 'yyyy-MM-dd') : ''),
|
||||
};
|
||||
|
||||
function curateValue(value, item) {
|
||||
|
||||
Reference in New Issue
Block a user