1
0
Fork 0

Fix id may not be available yet

This commit is contained in:
Lim Chee Aun 2023-10-13 15:46:31 +08:00
parent cd403fe605
commit f67d4fd916

View file

@ -286,6 +286,7 @@ function AccountInfo({
};
const renderPostingStats = async () => {
if (!id) return;
setPostingStatsUIState('loading');
try {
const stats = await memFetchPostingStats(id, masto);