Skip to content

Commit b361970

Browse files
committed
Updated Comments
1 parent 63bf5c8 commit b361970

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/common/cy/tooltips/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class MetadataTip {
1414
constructor(name, data, cyElement) {
1515
this.name = name;
1616
this.data = data.parsedMetadata;
17-
//Add an extra piece of metadata for proteins
17+
//Add an extra piece of metadata to generate the search link
18+
//search text needs to be generated differently for 'processes'
1819
if(data.class === "process"){
1920
for(let i in this.data){
2021
if(this.data[i][0]==="Display Name")

0 commit comments

Comments
 (0)