mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 23:45:21 +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) {
|
if (contacts.length === 0) {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
return contacts.map((contact) => (contact ? contact.handle : null))
|
return contacts.map((contact) => (contact ? contact.name ? contact.name : contact.handle : null))
|
||||||
}
|
}
|
||||||
|
|
||||||
const selectImage = () => {
|
const selectImage = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user