diff --git a/webui/src/features/addressbook/AddressBookPage.tsx b/webui/src/features/addressbook/AddressBookPage.tsx index d720846..c7cc5f9 100644 --- a/webui/src/features/addressbook/AddressBookPage.tsx +++ b/webui/src/features/addressbook/AddressBookPage.tsx @@ -1,3 +1,4 @@ +import { MetricGrid } from "@govoplan/core-webui"; import { Download, Edit3, GitMerge, History, Link2, Network, Plus, RefreshCw, RotateCcw, Save, Search, ShieldCheck, Trash2, Upload, UserPlus, X } from "lucide-react"; import { useCallback, useEffect, useMemo, useState, type DragEvent as ReactDragEvent, type FormEvent } from "react"; import { DialogSection, DialogForm, FormGrid, ActionToolbar, @@ -3420,12 +3421,12 @@ export default function AddressBookPage({ settings, auth, onAuthChange }: Props) }>
- {qualitySummary &&
+ {qualitySummary && 0 ? "warning" : "good"} detail="Current non-valid states" /> 0 ? "warning" : "good"} detail="Explainable suggestions" /> 0 ? "danger" : "good"} detail="Returned or undeliverable" /> -
} + }