mirror of
https://github.com/lumehq/lume.git
synced 2025-10-11 08:33:28 +02:00
update ndk
This commit is contained in:
@@ -33,7 +33,7 @@ export function useProfile(key: string) {
|
||||
const { data, error, isLoading } = useSWR(["profile", ndk, key], fetcher, {
|
||||
revalidateIfStale: false,
|
||||
revalidateOnFocus: false,
|
||||
revalidateOnReconnect: true,
|
||||
revalidateOnReconnect: false,
|
||||
});
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user