From a8169fc82aa6c3aa87ec693e36eaeba2846262b9 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:17:39 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/trust.index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/trust.index.tsx b/src/routes/trust.index.tsx index 9b8c14f..98d9639 100644 --- a/src/routes/trust.index.tsx +++ b/src/routes/trust.index.tsx @@ -57,6 +57,7 @@ function TrustLedgerPage() { const [loading, setLoading] = useState(true); const [search, setSearch] = useState(""); const [view, setView] = useState<"all" | "active" | "archived">("active"); + const [entryDialog, setEntryDialog] = useState(null); useEffect(() => { (async () => {