Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
429c659f05
commit
a8169fc82a
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user