Fixed summary editor mockup not having a release date, resulting in no date showing unless fallback is explicitly enabled.
This commit is contained in:
@@ -53,6 +53,7 @@ const propProcessors = {
|
||||
|
||||
return null;
|
||||
},
|
||||
createdAt: (sceneInfo, options) => format(sceneInfo.createdAt, options.format || 'yyyy-MM-dd'),
|
||||
};
|
||||
|
||||
function curateValue(value, item) {
|
||||
|
||||
Reference in New Issue
Block a user