diff --git a/beta/src/components/Seo.tsx b/beta/src/components/Seo.tsx index 595215751bd..f8bfa67efd8 100644 --- a/beta/src/components/Seo.tsx +++ b/beta/src/components/Seo.tsx @@ -4,7 +4,7 @@ import React from 'react'; import Head from 'next/head'; -import {withRouter, Router} from 'next/router'; +import { withRouter, Router } from 'next/router'; export interface SeoProps { title: string; @@ -21,11 +21,12 @@ export const Seo = withRouter( image = '/logo-og.png', router, children, - }: SeoProps & {router: Router}) => ( + }: SeoProps & { router: Router }) => (
{/* DEFAULT */} + {title != null &&