a tool for shared writing and social publishing
0
fork

Configure Feed

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

fallback array for publication data

+1 -1
+1 -1
components/PageSWRDataProvider.tsx
··· 58 58 export function useLeafletPublicationData() { 59 59 let { data, mutate } = useLeafletData(); 60 60 return { 61 - data: data?.data?.leaflets_in_publications, 61 + data: data?.data?.leaflets_in_publications || [], 62 62 mutate, 63 63 }; 64 64 }