chore: make Stays title prop optional
This commit is contained in:
@@ -54,7 +54,7 @@ export default function Content({ user, lang, content }: ContentProps) {
|
||||
const componentProps = {
|
||||
lang,
|
||||
title: item.dynamic_content.title,
|
||||
// TODO: rename preamble to subtitle in Contentstack
|
||||
// TODO: rename preamble to subtitle in Contentstack?
|
||||
subtitle: item.dynamic_content.preamble,
|
||||
...(link && { link }),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user