frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: use different query key

serenity b91af61b dcebd7e0

+1 -1
+1 -1
src/components/Navigation/ChannelsPicker/ChannelPickerSpace.tsx
··· 22 22 const spaceDid = space[0]; 23 23 24 24 const { isLoading, data, error } = useQuery({ 25 - queryKey: ["handle", spaceDid], 25 + queryKey: ["profile", spaceDid], 26 26 queryFn: async () => { 27 27 return await getBskyProfile(spaceDid as Did); 28 28 },