Skip to content

Commit caae0d4

Browse files
authored
fix(friends): not able to sort by 'friends for' column (@fehmer) (#7057)
1 parent b9c4e46 commit caae0d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/html/pages/friends.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<thead>
6060
<tr>
6161
<td data-sort-property="name">name</td>
62-
<td data-sort-property="addedAt">friends for</td>
62+
<td data-sort-property="lastModified">friends for</td>
6363
<td data-sort-property="xp">level</td>
6464
<td
6565
data-sort-property="completedTests"

0 commit comments

Comments
 (0)