@@ -136,7 +198,7 @@ export default function WarningBanner({ issues }: WarningBannerProps) {
{/* Dropped issues */}
{dropped.length > 0 && (
-
0 ? "mt-2" : ""}>
+
0 || autoCorrected.length > 0 ? "mt-2" : ""}>
Dropped ({dropped.length})
@@ -155,14 +217,12 @@ export default function WarningBanner({ issues }: WarningBannerProps) {
{/* Footer with copy button and actionable message */}
-
-
- Copy these issues and ask your agent to fix them in knowledge-graph.json
-
+
+
{footerCopy}