File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " iknow-entity-browser" ,
3
- "version" : " 0.5.5 " ,
3
+ "version" : " 0.5.6 " ,
4
4
"description" : " Visualizer for iKnow entities" ,
5
5
"main" : " gulpfile.babel.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ onSelectionUpdate((selection) => {
19
19
row . insertCell ( 2 ) . textContent = node . entities [ 0 ] . score ;
20
20
row . insertCell ( 3 ) . textContent = node . entities [ 0 ] . frequency ;
21
21
row . insertCell ( 4 ) . textContent = node . entities [ 0 ] . spread ;
22
- ( c = row . insertCell ( 5 ) ) . textContent = node . edgeType || "? " ;
22
+ ( c = row . insertCell ( 5 ) ) . textContent = node . edgeType || "" ;
23
23
c . className = `${ node . edgeType } Item` ;
24
24
row . insertCell ( 6 ) . textContent = ( node . parent || { label : "root" } ) . label || "?" ;
25
25
}
You can’t perform that action at this time.
0 commit comments