handle missing id on activity list items

This commit is contained in:
Paul Miller
2023-06-12 17:40:43 -05:00
committed by benthecarman
parent 6ad4184566
commit db3f5c9d2f
4 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,6 @@ function ContactRow() {
const [state, _actions] = useMegaStore();
const [contacts, { refetch }] = createResource(async () => {
const contacts = state.mutiny_wallet?.get_contacts();
console.log(contacts);
// FIXME: this is just types shenanigans I believe
const c: Contact[] = [];