diff --git a/client/src/pages/AIPage.tsx b/client/src/pages/AIPage.tsx index c6101b6..a059752 100644 --- a/client/src/pages/AIPage.tsx +++ b/client/src/pages/AIPage.tsx @@ -699,8 +699,7 @@ export default function AIPage({ variant = "page", onClose }: AIPageProps = {}) toast.error(aiText.deviceDisconnected); return; } - const nextApplied = !msg.applied; - if (nextApplied && (deviceState?.peqEnable ?? 0) !== 1) { + if ((deviceState?.peqEnable ?? 0) !== 1) { setPendingApplyMsg(msg); return; }