fixed my buggy codes
This commit is contained in:
@@ -32,7 +32,7 @@ export const Content = memo(function Content({ data }: { data: any }) {
|
||||
return <UserMention key={match + i} pubkey={tags[match][1]} />;
|
||||
} else {
|
||||
// #TODO: handle mention other note
|
||||
console.log(tags[match]);
|
||||
// console.log(tags[match]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user