minor fixes

This commit is contained in:
Ren Amamiya 2023-07-03 15:57:36 +07:00
parent 861b04100a
commit ba675a22b7
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export function useProfile(pubkey: string, fallback?: string) {
}
},
{
staleTime: Infinity,
refetchOnWindowFocus: false,
refetchOnReconnect: false,
},

View File

@ -115,5 +115,8 @@ export function parser(event: any) {
</Link>
));
// clean array
content.parsed = content.parsed.filter((el) => el !== "\n");
return content;
}