File tree Expand file tree Collapse file tree
vis/js/templates/listentry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import EntryBacklink from "./EntryBacklink";
1919import Keywords from "./Keywords" ;
2020import Link from "./Link" ;
2121import Metrics from "./Metrics" ;
22- import OrcidMetrics from ' ./OrcidMetrics' ;
22+ import OrcidMetrics from " ./OrcidMetrics" ;
2323import Title from "./Title" ;
2424
2525/**
@@ -49,7 +49,7 @@ const StandardListEntry = ({
4949 onClick : ( ) => handleBacklinkClick ( ) ,
5050 } ;
5151
52- const citations = paper . readers ;
52+ const citations = paper . citation_count ;
5353 const showCitations =
5454 ! isContentBased &&
5555 ! ! baseUnit &&
@@ -122,7 +122,9 @@ const mapStateToProps = (state) => ({
122122 showBacklink : state . chartType === STREAMGRAPH_MODE && ! ! state . selectedPaper ,
123123 isInStreamBacklink : ! ! state . selectedBubble ,
124124 showDocTags : state . service === "base" || state . service === "orcid" ,
125- showAllDocTypes : ( state . service === "base" || state . service === "orcid" ) && ! ! state . selectedPaper ,
125+ showAllDocTypes :
126+ ( state . service === "base" || state . service === "orcid" ) &&
127+ ! ! state . selectedPaper ,
126128 service : state . service ,
127129} ) ;
128130
You can’t perform that action at this time.
0 commit comments