{
- (typeof title === 'string' && title.length > 0) || (typeof href === 'string' && href.length > 0) ?
+ (typeof title === 'string' && title.length > 0) || (deepLinks && typeof deepLinks.discover === 'string') ?
{
typeof title === 'string' && title.length > 0 ?
@@ -21,8 +21,8 @@ const MetaRow = ({ className, title, message, items, itemComponent, href }) => {
null
}
{
- typeof href === 'string' && href.length > 0 ?
-