mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 08:34:14 +01:00
⚡ Removes obsolete always-true null check
This commit is contained in:
parent
1ad89958bc
commit
972e3f7571
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ const getStartingComponent = () => {
|
|||
|
||||
/* Returns the meta tags for each route */
|
||||
const makeMetaTags = (defaultTitle) => ({
|
||||
title: pageInfo && pageInfo.title ? pageInfo.title : defaultTitle,
|
||||
title: pageInfo.title || defaultTitle,
|
||||
metaTags: metaTagData,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue