fix highlighted text in searched notes
This commit is contained in:
@ -41,7 +41,7 @@ export interface NoteProps {
|
||||
ignoreModeration?: boolean;
|
||||
onClick?: (e: TaggedNostrEvent) => void;
|
||||
depth?: number;
|
||||
searchedValue?: string;
|
||||
highlightText?: string;
|
||||
threadChains?: Map<string, Array<NostrEvent>>;
|
||||
context?: ReactNode;
|
||||
options?: NotePropsOptions;
|
||||
|
Reference in New Issue
Block a user