reformat components with prettier

This commit is contained in:
Eduard Heimbuch
2020-03-31 17:11:16 +02:00
parent 5273082caa
commit fd94746a98
21 changed files with 49 additions and 50 deletions

View File

@@ -40,7 +40,7 @@ const Title: FC<Props> = ({ title, preventRefreshingPageTitle, customPageTitle,
document.title = title;
}
}
},[title, preventRefreshingPageTitle, customPageTitle]);
}, [title, preventRefreshingPageTitle, customPageTitle]);
if (title) {
return <h1 className={classNames("title", className)}>{title}</h1>;