Skip to content

Commit 21b8340

Browse files
committed
Actually fix API loading state
1 parent de12943 commit 21b8340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ export const ChatRowContent = ({
10441044
case "api_req_started":
10451045
// Determine if the API request is in progress
10461046
const isApiRequestInProgress =
1047-
apiReqCancelReason === undefined && apiRequestFailedMessage === undefined
1047+
apiReqCancelReason === undefined && apiRequestFailedMessage === undefined && cost === undefined
10481048

10491049
return (
10501050
<>

0 commit comments

Comments
 (0)