Skip to content

Commit f7ad2d3

Browse files
committed
Keep post details last
1 parent 86bd135 commit f7ad2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-sites/stats/hooks/use-stats-navigation-history.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ export const useStatsNavigationHistory = (): { text: string; url: string | null
7272
searchterms: translate( 'Search Terms' ),
7373
videoplays: translate( 'Videos' ),
7474
annualstats: translate( 'Annual insights' ),
75-
postDetails: null, // Last item in the history, the text is not displayed anywhere but this is used to track the item in history stack.
7675
emailsummary: translate( 'Emails' ),
76+
postDetails: null, // Last item in the history, the text is not displayed anywhere but this is used to track the item in history stack.
7777
} ),
7878
[]
7979
);

0 commit comments

Comments
 (0)