Skip to content

Commit e51b462

Browse files
author
Alexandra Shubenko
committed
bug fixes
1 parent 5c49cee commit e51b462

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const StandardKMInfo = ({
1515
params: {query, customTitle, repo_name, q_advanced},
1616
}) => {
1717
let queryString = queryConcatenator([query, q_advanced])
18-
1918
customTitle = unescapeHTML(customTitle)
2019

2120
return (
@@ -30,7 +29,7 @@ const StandardKMInfo = ({
3029
This knowledge map presents you with a topical overview of research
3130
on{" "}
3231
<strong className="hs-strong">
33-
{customTitle ? customTitle : queryString}
32+
{(customTitle && true && customTitle !== "undefined") ? customTitle : queryString}
3433
</strong>{" "}
3534
based on the 100{" "}
3635
<a

0 commit comments

Comments
 (0)