Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68c5871

Browse filesBrowse files
author
Sean Prashad
authored
Link to LeetCode discuss sorted by the most voted solutions (seanprashad#80)
1 parent d779086 commit 68c5871
Copy full SHA for 68c5871

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/components/Table/index.js

Copy file name to clipboardExpand all lines: src/components/Table/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const Table = () => {
191191
Cell: cellInfo => (
192192
<NavLink
193193
target="_blank"
194-
href={`${cellInfo.row.original.url}discuss`}
194+
href={`${cellInfo.row.original.url}discuss/?currentPage=1&orderBy=most_votes`}
195195
onClick={() => {
196196
Event(
197197
'Table',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.