nip19 embed border fix

This commit is contained in:
Martti Malmi 2023-08-07 20:54:23 +03:00
parent 011ccb6cec
commit e768ee784c

View File

@ -22,11 +22,7 @@ const NostrUser: Embed = {
);
} else if (type === 'nevent') {
// same as note
return (
<div className="rounded-lg border border-gray-500 my-2">
<EventComponent id={data.id} asInlineQuote={true} />
</div>
);
return <EventComponent id={data.id} asInlineQuote={true} />;
}
} catch (e) {
console.log(e);