mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 21:44:06 +08:00
fix(friends): not able to sort by 'friends for' column (@fehmer) (#7057)
This commit is contained in:
parent
b9c4e4616e
commit
caae0d404e
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<td data-sort-property="name">name</td>
|
||||
<td data-sort-property="addedAt">friends for</td>
|
||||
<td data-sort-property="lastModified">friends for</td>
|
||||
<td data-sort-property="xp">level</td>
|
||||
<td
|
||||
data-sort-property="completedTests"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue