We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86cb34d + b63bfec commit 95643a2Copy full SHA for 95643a2
1 file changed
vis/js/templates/modals/infomodal/subcomponents/StandardKMInfo.jsx
@@ -16,7 +16,7 @@ const StandardKMInfo = ({
16
}) => {
17
let queryString = queryConcatenator([query, q_advanced])
18
19
- customTitle = unescapeHTML(customTitle)
+ customTitle = customTitle && unescapeHTML(customTitle)
20
21
return (
22
// html template starts here
@@ -30,6 +30,7 @@ const StandardKMInfo = ({
30
This knowledge map presents you with a topical overview of research
31
on{" "}
32
<strong className="hs-strong">
33
+ {/*{(customTitle && true && customTitle !== "undefined") ? customTitle : queryString}*/}
34
{customTitle ? customTitle : queryString}
35
</strong>{" "}
36
based on the 100{" "}
0 commit comments