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