From cc9674352378bdc2aae05d5b0887d0ed1908cd7c Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 12 Jun 2024 22:20:43 +0700 Subject: [PATCH] Remove canary flag --- client/pages/filespage/submenu.js | 2 +- client/pages/filespage/thing-existing.js | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/client/pages/filespage/submenu.js b/client/pages/filespage/submenu.js index f865abeb3..2463847ab 100644 --- a/client/pages/filespage/submenu.js +++ b/client/pages/filespage/submenu.js @@ -164,7 +164,7 @@ class SubmenuComponent extends React.Component { diff --git a/client/pages/filespage/thing-existing.js b/client/pages/filespage/thing-existing.js index 5d239cb51..32f3fd36c 100644 --- a/client/pages/filespage/thing-existing.js +++ b/client/pages/filespage/thing-existing.js @@ -470,14 +470,6 @@ const ActionButton = (props) => { className="component_updater--icon" /> { - /canary/.test(location.search) ? ( - - - - ) : ( @@ -486,7 +478,6 @@ const ActionButton = (props) => { onClick={onDelete} className="component_updater--icon" /> - ) }