diff --git a/app/javascript/gabsocial/components/popover/profile_options_popover.js b/app/javascript/gabsocial/components/popover/profile_options_popover.js
index a78f8ba2..b09216d3 100644
--- a/app/javascript/gabsocial/components/popover/profile_options_popover.js
+++ b/app/javascript/gabsocial/components/popover/profile_options_popover.js
@@ -199,12 +199,12 @@ class ProfileOptionsPopover extends PureComponent {
       onClick: this.handleReport
     })
 
-    menu.push({
-      hideArrow: true,
-      icon: 'list',
-      title: intl.formatMessage(messages.add_to_list),
-      onClick: this.handleAddToList
-    })
+    // menu.push({
+    //   hideArrow: true,
+    //   icon: 'list',
+    //   title: intl.formatMessage(messages.add_to_list),
+    //   onClick: this.handleAddToList
+    // })
 
     // menu.push({
     //   hideArrow: true,