Skip to content

Commit

Permalink
fix: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryous committed Nov 19, 2024
1 parent 96e0059 commit 2cbe6b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion keep-ui/app/alerts/alerts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export default function Alerts({ presetName }: AlertsProps) {
error: alertsError,
} = usePresetAlerts(selectedPreset ? selectedPreset.name : "");

// const isMounted = useMounted();
const { status: sessionStatus } = useSession();
const isLoading = isAsyncLoading || sessionStatus === "loading";

Expand Down

0 comments on commit 2cbe6b8

Please sign in to comment.