mirror of
https://github.com/lumehq/lume.git
synced 2025-09-18 22:51:34 +02:00
minor fixes
This commit is contained in:
@@ -24,7 +24,6 @@ export function useProfile(pubkey: string, fallback?: string) {
|
||||
}
|
||||
},
|
||||
{
|
||||
staleTime: Infinity,
|
||||
refetchOnWindowFocus: false,
|
||||
refetchOnReconnect: false,
|
||||
},
|
||||
|
@@ -115,5 +115,8 @@ export function parser(event: any) {
|
||||
</Link>
|
||||
));
|
||||
|
||||
// clean array
|
||||
content.parsed = content.parsed.filter((el) => el !== "\n");
|
||||
|
||||
return content;
|
||||
}
|
||||
|
Reference in New Issue
Block a user