Skip to content

Commit

Permalink
cleaning up stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrormystic committed Oct 14, 2024
1 parent d5d85e6 commit 7c17e2a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions keep-ui/app/rules/AIGenRules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export const AIGenRules: React.FC = () => {
const { data:serverGenRules } = useRulePusherUpdates();

useEffect(() => {
console.log("serverGenRules", serverGenRules);

if (Array.isArray(serverGenRules) && (0 === serverGenRules.length)) {
return;
}
Expand Down
1 change: 0 additions & 1 deletion keep-ui/app/rules/CorrelationSidebar/DeleteRule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export const DeleteRuleCell = ({ ruleId }: DeleteRuleCellProps) => {

return (
<Button
className=""
onClick={onDeleteRule}
variant="secondary"
color="red"
Expand Down

0 comments on commit 7c17e2a

Please sign in to comment.