mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
fixing issue with connect to other nodes in mobile app
This commit is contained in:
parent
50af37f2c3
commit
725eb9bac1
@ -47,7 +47,7 @@ export function useRegistry(search, handle, server) {
|
|||||||
const { guid, name, handle, node, location, description, imageSet } = item;
|
const { guid, name, handle, node, location, description, imageSet } = item;
|
||||||
const server = node ? node : profile.state.server;
|
const server = node ? node : profile.state.server;
|
||||||
const logo = imageSet ? getListingImageUrl(server, guid) : 'avatar';
|
const logo = imageSet ? getListingImageUrl(server, guid) : 'avatar';
|
||||||
return { guid, name, handle, server, location, description, guid, imageSet, logo };
|
return { guid, name, handle, node: server, location, description, guid, imageSet, logo };
|
||||||
};
|
};
|
||||||
|
|
||||||
const actions = {};
|
const actions = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user