|
|
@ -130,7 +130,6 @@ export const renderProfile = (pubkey: string) => {
|
|
|
|
header.append(elem('h1', {}, metadata.name));
|
|
|
|
header.append(elem('h1', {}, metadata.name));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
console.log('render detail')
|
|
|
|
|
|
|
|
const detail = getViewElem(`detail-${pubkey}`);
|
|
|
|
const detail = getViewElem(`detail-${pubkey}`);
|
|
|
|
if (metadata.about && !detail.children.length) {
|
|
|
|
if (metadata.about && !detail.children.length) {
|
|
|
|
const [content] = parseTextContent(metadata.about);
|
|
|
|
const [content] = parseTextContent(metadata.about);
|
|
|
|