diff --git a/moz-extensions/src/lando/events/LandoLinkEventListener.php b/moz-extensions/src/lando/events/LandoLinkEventListener.php index 5e86b64fd3..4f9c6b1be6 100644 --- a/moz-extensions/src/lando/events/LandoLinkEventListener.php +++ b/moz-extensions/src/lando/events/LandoLinkEventListener.php @@ -43,8 +43,7 @@ private function handleActionEvent($event) { $action = id(new PhabricatorActionView()) ->setHref($lando_stack_uri) ->setName(pht('View Stack in Lando')) - ->setIcon('fa-link') - ->setDisabled(!$object->isAccepted()); + ->setIcon('fa-link'); $actions = $event->getValue('actions'); $actions[] = $action;