fixed my buggy codes

This commit is contained in:
Ren Amamiya
2023-03-21 13:49:00 +07:00
parent 3ad1fff4f8
commit 283931bfa1
8 changed files with 108 additions and 107 deletions

View File

@@ -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]);
}
});
}