diff --git a/src/components/account-info.jsx b/src/components/account-info.jsx index 2f8e60fc..4014a0d2 100644 --- a/src/components/account-info.jsx +++ b/src/components/account-info.jsx @@ -286,6 +286,7 @@ function AccountInfo({ }; const renderPostingStats = async () => { + if (!id) return; setPostingStatsUIState('loading'); try { const stats = await memFetchPostingStats(id, masto);