diff --git a/packages/desktop-client/src/components/ManageRules.tsx b/packages/desktop-client/src/components/ManageRules.tsx index 13c0d4043c5..b9caff7035f 100644 --- a/packages/desktop-client/src/components/ManageRules.tsx +++ b/packages/desktop-client/src/components/ManageRules.tsx @@ -244,10 +244,6 @@ function ManageRulesContent({ const { isNarrowWidth } = useResponsive(); - if (allRules === null) { - return null; - } - return (