diff --git a/package.json b/package.json index 8cf5ee9..a6d32af 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@nivo/line": "^0.80.0", "mui-datatables": "^3.8.5", - "prettier": "^2.8.3", + "prettier": "^2.5.1", "react-dom": "<18.0.0", "react-markdown": "^8.0.0", "react-router-dom": "^5.3.0", diff --git a/src/components/Columns.js b/src/components/Columns.js index 350f6ab..d9a783e 100644 --- a/src/components/Columns.js +++ b/src/components/Columns.js @@ -262,7 +262,7 @@ function getColumns(data, year) { "https://scholar.google.com/scholar?q=" + encodeURIComponent(row["query_string"]); } - searchUrl += "&hl=en&as_sdt=0%2C5&as_ylo=" + year + "&as_yhi=" + year; + searchUrl += "&hl=en&as_vis=1&as_sdt=0%2C5&as_ylo=" + year + "&as_yhi=" + year; return ( {row["citations"]}