Fix SEO keyword check

This commit is contained in:
Elio Struyf
2021-10-17 19:51:41 +02:00
parent 82353f7b64
commit 40a56f6057
@@ -12,6 +12,10 @@ export interface ISeoKeywordInfoProps {
export const SeoKeywordInfo: React.FunctionComponent<ISeoKeywordInfoProps> = ({keyword, title, description, slug, content}: React.PropsWithChildren<ISeoKeywordInfoProps>) => {
if (!keyword) {
return null;
}
return (
<VsTableRow>
<VsTableCell className={`table__cell`}>{keyword}</VsTableCell>