diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 79c288b598..d471d0aba3 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1802,10 +1802,11 @@ const ChatViewComponent: React.ForwardRefRenderFunction )} - {/* TEMPORARY: Always show warning for testing */} -
- -
+ {checkpointWarning && ( +
+ +
+ )} ) : (