Skip to content

Commit d9e67c7

Browse files
committed
Use summaryLink directly
1 parent 882f880 commit d9e67c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-sites/stats/stats-module/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class StatsModule extends Component {
344344
showMore={
345345
displaySummaryLink && ! summary
346346
? {
347-
url: this.getSummaryLink(),
347+
url: summaryLink,
348348
label:
349349
data.length >= 10
350350
? translate( 'View all', {

0 commit comments

Comments
 (0)