mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-17 22:14:26 +01:00
update
This commit is contained in:
@@ -9,7 +9,7 @@ export type TextNoteContentDisplayProps = {
|
||||
event: NostrEvent;
|
||||
};
|
||||
|
||||
export const TextNoteContentDisplay = (props: TextNoteContentDisplayProps) => {
|
||||
const TextNoteContentDisplay = (props: TextNoteContentDisplayProps) => {
|
||||
return (
|
||||
<For each={parseTextNote(props.event)}>
|
||||
{(item: ParsedTextNoteNode) => {
|
||||
|
||||
Reference in New Issue
Block a user