Fixed summary editor mockup not having a release date, resulting in no date showing unless fallback is explicitly enabled.

This commit is contained in:
2025-03-24 00:04:38 +01:00
parent 3bb96c3433
commit 95008f9815
3 changed files with 7 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ const propProcessors = {
return null;
},
createdAt: (sceneInfo, options) => format(sceneInfo.createdAt, options.format || 'yyyy-MM-dd'),
};
function curateValue(value, item) {