mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2026-01-29 11:04:20 +01:00
handle missing id on activity list items
This commit is contained in:
committed by
benthecarman
parent
6ad4184566
commit
db3f5c9d2f
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user