chore: format

This commit is contained in:
Shirone
2025-12-29 16:16:24 +01:00
parent 67a6c10edc
commit 7016985bf2

View File

@@ -66,8 +66,7 @@ export function AgentOutputModal({
try {
// Use projectPath prop if provided, otherwise fall back to window.__currentProject for backward compatibility
const resolvedProjectPath =
projectPathProp || (window as any).__currentProject?.path;
const resolvedProjectPath = projectPathProp || (window as any).__currentProject?.path;
if (!resolvedProjectPath) {
setIsLoading(false);
return;