Skip to content

Commit 95643a2

Browse files
Merge pull request #744 from OpenKnowledgeMaps/themes-overviews
Themes overviews
2 parents 86cb34d + b63bfec commit 95643a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const StandardKMInfo = ({
1616
}) => {
1717
let queryString = queryConcatenator([query, q_advanced])
1818

19-
customTitle = unescapeHTML(customTitle)
19+
customTitle = customTitle && unescapeHTML(customTitle)
2020

2121
return (
2222
// html template starts here
@@ -30,6 +30,7 @@ const StandardKMInfo = ({
3030
This knowledge map presents you with a topical overview of research
3131
on{" "}
3232
<strong className="hs-strong">
33+
{/*{(customTitle && true && customTitle !== "undefined") ? customTitle : queryString}*/}
3334
{customTitle ? customTitle : queryString}
3435
</strong>{" "}
3536
based on the 100{" "}

0 commit comments

Comments
 (0)