mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-06-17 13:41:21 +00:00
fix return of primary name
This commit is contained in:
parent
624a43555f
commit
674b547a58
@ -949,7 +949,7 @@ chrome?.runtime?.onMessage.addListener((request, sender, sendResponse) => {
|
|||||||
|
|
||||||
getNameInfoForOthers(data)
|
getNameInfoForOthers(data)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
const resData = res ? res : null;
|
const resData = res ? res : "";
|
||||||
sendResponse(resData);
|
sendResponse(resData);
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch((error) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user