diff --git a/pages/user/[id].vue b/pages/user/[id].vue
index ea2f320e31..be37902cf3 100644
--- a/pages/user/[id].vue
+++ b/pages/user/[id].vue
@@ -180,6 +180,29 @@
+
+
+
+ Sort by
+
+
+ {{ option.display }}
+
+
+
+
+
b.downloads - a.downloads)"
+ .sort(sortProjects)"
:id="project.slug || project.id"
:key="project.id"
:name="project.title"
@@ -238,6 +261,7 @@