mirror of
https://github.com/balzack/databag.git
synced 2025-04-23 18:15:19 +00:00
using name for content list
This commit is contained in:
parent
53aae0879b
commit
23728243df
@ -89,7 +89,7 @@ export function useContent() {
|
||||
if (contacts.length === 0) {
|
||||
return []
|
||||
}
|
||||
return contacts.map((contact) => (contact ? contact.handle : null))
|
||||
return contacts.map((contact) => (contact ? contact.name ? contact.name : contact.handle : null))
|
||||
}
|
||||
|
||||
const selectImage = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user