修复警告和错误

This commit is contained in:
xintaofei
2026-03-21 19:29:29 +08:00
parent 94ca32f421
commit 048b8a8480
4 changed files with 5 additions and 2 deletions

View File

@@ -1561,7 +1561,7 @@ export function AcpConnectionsProvider({ children }: { children: ReactNode }) {
const title = fn ? `${fn} - Codeg` : "Codeg"
notifyTurnComplete(
title,
t("notificationTurnComplete", { agent: agentLabel }),
t("notificationTurnComplete", { agent: agentLabel })
).catch(() => {})
}
}