this repo has no description
0
fork

Configure Feed

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

Fix id may not be available yet

+1
+1
src/components/account-info.jsx
··· 286 286 }; 287 287 288 288 const renderPostingStats = async () => { 289 + if (!id) return; 289 290 setPostingStatsUIState('loading'); 290 291 try { 291 292 const stats = await memFetchPostingStats(id, masto);