diff --git a/src/page/redirects/row-actions.tsx b/src/page/redirects/row-actions.tsx index 4772fde3..9701deaf 100644 --- a/src/page/redirects/row-actions.tsx +++ b/src/page/redirects/row-actions.tsx @@ -38,7 +38,7 @@ function RedirectRowActions( props: RedirectRowActionsProps ) { return null; } - if ( enabled && has_capability( CAP_REDIRECT_ADD ) ) { + if ( has_capability( CAP_REDIRECT_ADD ) ) { menu.push( setRowMode( 'edit' ) }> { __( 'Edit', 'redirection' ) }