Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-14 23:17:39 +00:00
co-authored by renee-png
parent 429c659f05
commit a8169fc82a
+1
View File
@@ -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 | "deposit" | "withdrawal">(null);
useEffect(() => {
(async () => {