Skip to content

Commit

Permalink
Revert allRules null handling
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 12, 2024
1 parent 1a57023 commit 8b58953
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/desktop-client/src/components/ManageRules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ function ManageRulesContent({

const { isNarrowWidth } = useResponsive();

if (allRules === null) {
return null;
}

return (
<SelectedProvider instance={selectedInst}>
<View>
Expand Down

0 comments on commit 8b58953

Please sign in to comment.